{% load i18n aristotle_tags util_tags humanize %} {% if page.has_other_pages %} Showing {{ page.start_index }} - {{ page.end_index }} of {{ page.paginator.count }} result{{ page.paginator.count|pluralize }}. {% else %} Showing {{ page.paginator.count }} result{{ page.paginator.count|pluralize }}. {% endif %}
{% trans 'Title' %} | {% trans 'Submitter' %} | {% trans 'Registration Authority' %} | # | {% trans 'Status' %} | {% if sort == "mod_asc" %} {% elif sort == "mod_desc" %} {% else %} {% endif %} {% trans 'Last modified' %} | {% if sort == "cre_asc" %} {% elif sort == "cre_desc" %} {% else %} {% endif %} {% trans 'Submitted' %} |
---|---|---|---|---|---|---|
{% if item.message %} {{ item.message }} {% else %} {% trans "No message given" %} {% endif %} | {{ item.requester.display_name }} | {{ item.registration_authority.name }} | {{ item.concepts.count }} | {{ item.get_status_display }} |