{% 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 %} {% trans 'Time' %} {% trans 'Export' %}

{% trans 'Time buckets' %}


{% trans 'Bucket' %}
{% trans 'start date'|capfirst %}:
{% trans 'end date'|capfirst %}:
{% endblock %} {% block content %}
{% if filternew %}{{ filternew }}{% endif %} {% block contextmenus %}{% endblock %} {% if filterdef %}{{ filterdef }}{% endif %} {% block before_table %}{% endblock %}
{{ rowheader }}
{{ columnheader }}
{% 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 %}