{% 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 %}