{% load aristotle_tags %} {% load i18n %} {% if page.has_other_pages %} Showing {{ page.start_index }} - {{ page.end_index }} of {{ page.paginator.count }} results. {% else %} Showing {{ page.paginator.count }} results. {% endif %}
{% trans "Comment" %} | {% trans "Updated" %} | {% trans "Items" %} | {% comment %} {% if sort == "mod_asc" %}{% elif sort == "mod_desc" %} {% else %} {% endif %} Last modified | {% endcomment %}
---|---|---|---|
{% firstof revision.comment _('No version comment made') %} | {{ revision.date_created }} |
{% if versions|length == 1 %}
{% with item=revision.version_set.first %}
{{ item }}
{% endwith %}
{% else %}
|
{# #} {% endif %} {% endwith %} |