{% 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 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 %}
{% if reportclass.editable and haschangeperm %} {% block save_undo_buttons %}
{% comment %}Translators: Translation included with Django {% endcomment %}      
{% endblock save_undo_buttons %} {% endif %}
{% block after_table %}{% endblock %} {% if reportclass.hasTimeBuckets %}{% endif %} {% block contextmenus %}{% endblock %} {% endblock %}