{% load comments i18n %} {% load url from future %}
{% 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 %} {% block entry-last-update %} {% if not forloop.last %}, {% endif %} {% endfor %} {% trans "on" %} {% else %} {% trans "Written on" %} {% endif %} {% endwith %} {{ object.creation_date|date:"DATE_FORMAT" }} {% 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 %}
{% if continue_reading %}
{% endif %}
{% if continue_reading %}
{% endif %}