{% extends "admin/base_site.html" %} {% load i18n admin_urls admin_static admin_list %} {% block extrastyle %} {{ block.super }} {% comment %} {% if suit %} {% endif %} {% endcomment %} {% if not suit %} {% endif %} {% if has_filters %} {{ form.media.css }} {% endif %} {{ media.css }} {% endblock %} {% block extrahead %} {{ block.super }} {{ media.js }} {% if has_filters %} {{ form.media.js }} {% endif %} {% endblock %} {% block bodyclass %}report{% endblock %} {% block coltype %}flex{% endblock %} {% block content %}
{% block title_text %} {% if suit %}

{{ title }}

{% endif %}
{% if description %}

{{ description }}

{% endif %} {% if help_text %}See more{% endif %}
{% endblock %}

 

{% block search %} {% trans 'Export' %} {% endblock %}
{% block result %} {% for header in rl.headers %} {% endfor %} {% if totals and totals_on_top %} {% include "admin/report_totals.html" %} {% endif %} {% for result in rl.results %} {% for alignment, item in result %} {% endfor %} {% endfor %} {% if totals and not totals_on_top %} {% include "admin/report_totals.html" %} {% endif %}
{% if header.sortable %} {% if header.sort_priority > 0 %} {% if suit %}
{% endif %}
{% if rl.num_sorted_fields > 1 %}{{ header.sort_priority }}{% endif %} {% if suit %}
{% endif %}
{% endif %} {% endif %}
{% if header.sortable %}{{ header.label|capfirst }}{% else %}{{ header.label|capfirst }}{% endif %}
{{ item }}
{% endblock %}
{% block pagination %}{% pagination rl %}{% endblock %}
{% endblock %}