{% if instance.tags %}
{{ _("Tags") }}: {% for tag in instance.tags %}
{{ tag.name }}{% if not loop.last %},{% endif %} {% endfor %}
{% endif %}
{{ _("Created on") }} {{ instance.created_dt|to_dt|format_dt }}
{{ instance.body|markdown|rawhtmlparse|safe }}