{% load tagging_tags comments i18n %}

{{ object.title }} [edit]

{% if object.authors.count %} {% trans "Contributed by" %} {% for author in object.authors.all %} {% if not forloop.last %}, {% endif %} {% endfor %} {% trans "on" %} {% else %} {% trans "Contributed by" %} {% endif %} {{ object.creation_date|date:"DATE_FORMAT" }}