{% extends "admin/change_list_filter_confirm_sidebar.html" %} {% load select2_filters static i18n %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block javascripts %} {{ block.super }} {% endblock %} {% block filters %}

{% trans 'Filter' %}

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