{% extends "admin/base_site_nav.html" %} {% load i18n admin_list %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block extrahead %}{{ block.super }} {% for js in javascript_imports %} {% endfor %} {% endblock %} {% block coltype %}colM{% endblock %} {% block tools %}
{% if filternew %}{% trans 'Filter' %}{% endif %} {% if hasaddperm %}{% trans 'Add' %}{% endif %} {% if hasaddperm and model %}{% trans 'Import' %}{% endif %} {% trans 'Export' %}
{% endblock %} {% block content %}
{% if filternew %}{{ filternew }}{% endif %} {% block contextmenus %}{% endblock %} {% if filterdef %}{{ filterdef }}{% endif %} {% 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 %}{{ reportclass.model|verbose_name_plural }} {% endif %}{% ifnotequal hits fullhits %} (total {{fullhits}}){% endifnotequal %} {% endblock %} {% block after_table %}{% endblock %}

{% endblock %}