{% extends "admin/base_site.html" %} {% load i18n static %} {% load admin_urls %} {% block extrahead %}{{ block.super }} {% endblock %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} {{ opts.app_label }}-{{ opts.model_name }} change-form{% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}

{% trans 'Groupings' %}

{% trans 'Filters' %}

{% trans 'Axis' %}

{% if table.step %} {% for cell in table.headers %} {% endfor%} {% endif %} {% for label, row in table.display_items %} {% for cell in row.by_headers %} {% endfor%} {% endfor %}
{{ table.top_display }} {% if cell.has_url %}{{ cell.display }}{% else %}{{ cell.display }}{% endif %}
{% if row.has_url %}{{ label }}{% else %}{{ label }}{% endif %}{% if cell.has_url %}{{ cell.value }}{% else %}{{ cell.value }}{% endif %}
{% if exceptions %}

{% trans 'There were errors while processing some criteria. As a result some items might be missing.' %} {% trans 'Try clearing the "spec" fields in your criteria.' %}

{% endif %}
{% endblock %}