{% load i18n aristotle_tags humanize %} {% if page.has_other_pages %} Showing {{ page.start_index }} - {{ page.end_index }} of {{ page.paginator.count }} results. {% else %} Showing {{ page.paginator.count }} results. {% endif %} {% for item in page %} {% endfor %}
# {% trans 'Status' %} {% trans 'Items' %} {% trans 'Message' %} {% trans 'Close reason' %} {% 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' %} {% trans 'Actions' %}
{{ item.concepts.count }} {{ item.get_status_display }}
    {% for i in item.concepts.all %}
  • {{ i.name }}
  • {% endfor %}
{% if item.message %} {{ item.message }} {% else %} {% trans "No message given" %} {% endif %} {% if item.response %} {{ item.response }} {% endif %} {% if actions == 'user' %} {% if item.status == 0 %} {# submitted #} {% endif %} {% else %} {% if item.status == 0 %} {# submitted #}
{% endif %} {% endif %}
{% include "aristotle_mdr/helpers/paginator.html" with page=page %}