{% load tagging_tags comments i18n %}
{% trans "Written by" %} {% for author in object.authors.all %} {{ author }} {% if not forloop.last %}, {% endif %} {% endfor %} {% trans "on date" %} {{ object.creation_date|date:"d F Y"|capfirst }} {% trans "in" %} {% for category in object.categories.all %} {{ category }} {% if not forloop.last %}, {% endif %} {% endfor %}.