{% extends "admin/base_site_nav.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% 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 %} {% if actions %}
{% endif %} {% endif %} {% endblock save_undo_buttons %}
{% block actions %} {% if reportclass.filterable %} {% endif %} {% if hasaddperm %} {% if not is_popup %} {% endif %}{% endif %}{% if hasdeleteperm and not is_popup %} {% endif %}{% if reportclass.hasTimeBuckets %} {% endif %}{% if hasaddperm %} {% endif %}{% endblock %}
{% block after_table %}{% endblock %} {% if reportclass.hasTimeBuckets %} {% include "admin/subtemplate_timebuckets.html" %} {% endif %} {% endblock %}