{% extends "admin/change_list.html" %} {% load admin_list i18n static %} {% block object-tools-items %}
{% include "admin/import_export/includes/change_list_import_item.html" %} {% include "admin/import_export/includes/change_list_export_item.html" %}
{{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block filters %} {% if cl.has_filters %}

{% trans 'Shortcuts' %}

{% trans 'Filter' %}

{% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %}
{% endif %} {% endblock %}