{% extends "admin/base_site_nav.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% if args.0 or mode == 'graph' %} {% endif %} {% endblock %} {% block content %} {% block before_table %}{% endblock %}
{% block save_undo_buttons %} {% if not is_popup and reportclass.editable and haschangeperm %} {% comment %}Translators: Translation included with Django {% endcomment %} {% endif %} {% endblock save_undo_buttons %}
{% block extra_toolicons %}{% endblock %}{% if reportclass.hasTimeBuckets and not args.0 %}
{% endif %} {% if reportclass.filterable and not args.0 %} {% endif %} {% if reportclass.hasTimeBuckets %} {% endif %} {% if reportclass.editable and haschangeperm %} {% endif %}
{% block after_table %}{% endblock %} {% if reportclass.hasTimeBuckets %} {% include "admin/subtemplate_timebuckets.html" %} {% endif %} {% endblock %}