{% load i18n aristotle_tags %} {% if page.has_other_pages %} Showing {{ page.start_index }} - {{ page.end_index }} of {{ page.paginator.count }} results. {% else %} Showing {{ page.paginator.count }} results. {% endif %} {% with favourites=request.user.profile.favourites.select_subclasses %} {% for item in page %} {% endfor %} {% endwith %}
{% if allow_select_all %} {% endif %} {% if sort == "name_asc" %} {% elif sort == "name_desc" %} {% else %} {% endif %} {% trans 'Name' %} {% trans 'Details' %} {% trans 'Statuses' %} {% if sort == "mod_asc" %} {% elif sort == "mod_desc" %} {% else %} {% endif %} {% trans 'Last modified' %}
{% if item.is_registered %} {% else %} {% endif %} {% if request.user.is_active %} {% with is_favourite=item|is_in:favourites %} {% if item in favourites %} {% else %} {% endif %} {% endwith %} {% endif %} {% include "aristotle_mdr/helpers/itemLink.html" with item=item %}
{{ item.item.get_verbose_name }}
{% include item.item.list_details_template with item=item %}
    {% for s in item.current_statuses %}
  • {{ s.registrationAuthority }}: {{ s.state_name }}
  • {% empty %}
  • Unregistered
  • {% endfor %}
{{ item.modified }}
{% include "aristotle_mdr/helpers/paginator.html" with page=page %}