{% load i18n admin_urls adminlte_helpers static admin_list %} {% block extrahead %} {% endblock %} {% if result_hidden_fields %}
{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %}

{{ cl.opts.verbose_name_plural|capfirst }}

{% for header in result_headers %} {% endfor %} {% for result in results %} {% if result.form.non_field_errors %} {% endif %} {% for item in result %}{{ item }}{% endfor %} {% endfor %} {% for header in result_headers %} {% endfor %}
{{ header.text|capfirst }}
{{ result.form.non_field_errors }}
{{ header.text|capfirst }}
{% endif %}