{% 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 %}
{% trans 'Time' %}{{ reportbucket }},{{ reportstart}},{{ reportend }} {% trans 'Export' %}
{% endblock %} {% block content %}
{% include "textfilter.html" %} {% include "datefilter.html" %} {% block contextmenus %}{% endblock %} {% block before_table %}{% endblock %} {% if rowheaderfrozen %}{% endif %} {% if rowheaderfrozen %}{% endif %}
{{ rowheader }}
{{ columnheader }}
{% 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 %}