{% extends "admin/base_site_nav.html" %} {% load i18n admin_list adminmedia %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block extrahead %}{{ block.super }} {% for js in javascript_imports %} {% endfor %} {% endblock %} {% block coltype %}colM{% endblock %} {% block tools %}
{% if hasaddperm %}{% trans 'Add' %}{% endif %} {% if hasaddperm and model %}{% trans 'Import' %}{% endif %} {% trans 'Export' %}
{% endblock %} {% block content %}
{% include "textfilter.html" %} {% include "datefilter.html" %} {% block contextmenus %}{% endblock %} {% block before_table %}{% endblock %} {% if reportclass.frozenColumns %}{% endif %} {% if reportclass.frozenColumns %}{% endif %}
{{ rowheaderfrozen }}
{{ rowheader }}
{% block frozendata %}{% endblock %}
{% block data %}{% endblock %}
{% block pagination %}

{{paginator_html}}  {{hits}} {% if reportclass.model %}{% trans reportclass.model._meta.verbose_name_plural %} {% endif %}{% ifnotequal hits fullhits %} (total {{fullhits}}){% endifnotequal %} {% endblock %} {% block after_table %}{% endblock %} {% endblock %}