{% load admin_list %} {% load i18n %} {% if cl.has_filters %}

{% trans 'Filter' %}

{% for spec in cl.filter_specs %} {% filter cl spec %} {% endfor %}
{% endif %}