{% extends 'admin/change_list.html' %} {% load i18n %} {% load admin_list %} {% block search %}{% endblock %} {% block filters %} {% if cl.has_filters %}

{% trans 'Filter' %}

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