{% extends "admin/base_site_nav.html" %} {% load i18n admin_list %} {% block extrahead %}{{block.super}} {% endblock %} {% block content %} {% block before_table %}{% endblock %}
{% if reportclass.filterable and not args.0 %} {% trans 'Filter' %}{% endif %} {% if reportclass.editable and haschangeperm %} {% trans 'Save' %} {% trans 'Undo' %} {% endif %} {% if reportclass.hasTimeBuckets %}{% trans 'Time' %} {% endif %}{% trans 'Export' %}
{% block after_table %}{% endblock %} {% if reportclass.hasTimeBuckets %}
{% trans 'Bucket' %}
{% trans 'start date'|capfirst %}:
{% trans 'end date'|capfirst %}:
{% endif %} {% block contextmenus %}{% endblock %} {% endblock %}