{% extends "admin/base_site_nav.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% endblock %} {% block content %} {% block before_table %}{% endblock %}
{% block actions %}{% if reportclass.filterable %} {% endif %} {% if not is_popup and reportclass.editable and haschangeperm %}      {% 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 %}{% endif %} {% block contextmenus %}{% endblock %} {% endblock %}