{% load i18n zinnia_tags %}
{% block entry-authors %} {% with authors=object.authors.all %} {% if authors|length %} {% trans "Written by" %} {% for author in authors %} {{ category }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}. {% endwith %} {% endblock entry-categories %}
{% endblock entry-info %} {% block entry-last-update %} {% if not forloop.last %}, {% endif %} {% endfor %} {% trans "on" context "on date" %} {% else %} {% trans "Written on" %} {% endif %} {% endwith %} {% endblock entry-authors %} {% block entry-published %} {{ object.creation_date|date:"DATE_FORMAT" }} {% endblock entry-published %} {% block entry-categories %} {% with categories=object.categories.all %} {% if categories|length %} {% trans "in" %} {% for category in categories %}{% trans "Last update on" %} {{ object.last_update|date:"DATE_FORMAT" }}.
{% endblock entry-last-update %}
{% if continue_reading %}
{% endif %}
{% if continue_reading %}
{% endif %}