{% extends "admin/base_site_nav.html" %} {% load i18n admin_list %} {% block extrahead %}{{block.super}} {% endblock %} {% block content %} {% block before_table %}{% endblock %}
{% block actions %}{% if reportclass.filterable %} {% trans 'Filter' %}{% endif %} {% if not is_popup and reportclass.editable and haschangeperm %} {% trans 'Save' %} {% trans 'Undo' %} {% endif %} {% if hasaddperm %}{% trans 'Add' %} {% if not is_popup %}{% trans 'Copy' %} {% endif %}{% endif %}{% if hasdeleteperm and not is_popup %}{% trans 'Delete' %} {% endif %}{% if reportclass.hasTimeBuckets %}{% trans 'Time' %} {% endif %}{% if hasaddperm %}{% trans 'Import' %} {% endif %}{% trans 'Export' %} {% endblock %}
{% block after_table %}{% endblock %}
{% if reportclass.hasTimeBuckets %}
{% trans 'Bucket size' %}  
   {% trans 'from'|capfirst %}  {% trans 'to' %} 
      {% trans 'after plan current date' %}
{% endif %} {% block contextmenus %}{% endblock %} {% endblock %}