{% load aristotle_tags util_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" %} | |
---|---|---|---|
{% firstof revision.comment _('No version comment made') %} |
{% if versions|length == 1 %}
{% with item=revision.version_set.first %}
{{ item }}
{% endwith %}
{% else %}
|
{# #} {% endif %} {% endwith %} |