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

{% trans 'Filter' %}

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