{% load trans from i18n %} {% if user.is_superuser %}
{% trans "Edit" %}
{% endif %} {% if object.tags.count %}
{% for tag in object.tags.all %} {{ tag.name }} {% endfor %}
{% endif %}

{{ object.title }}