{% 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 %}
{% for date in header %} {% endfor%} {% for key, cells in rows.items %} {% for data in cells %} {% endfor%} {% endfor %}
{{ date }}
{{ key.0 }}—{{ key.1 }}{{ data }}
{% 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 %}