{% 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 %}
{% if allow_select_all %} {% endif %} | {% if sort == "name_asc" %} {% elif sort == "name_desc" %} {% else %} {% endif %} {% trans 'Name' %} | {% trans 'Details' %} | {% if sort == "mod_asc" %} {% elif sort == "mod_desc" %} {% else %} {% endif %} {% trans 'Last modified' %} | |
---|---|---|---|---|
{% if item.is_registered %} {% elif item.readyToReview %} {% 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 %} | {% include "aristotle_mdr/helpers/inlineDetails.html" with item=item %} | {{ item.modified }} |