{% load i18n admin_urls admin_list %}

{% translate 'Filters' %} {% comment %} {% if cl.has_active_filters %}✖ {% translate "Clear all filters" %}{% endif %} {% endcomment %}

{% if cl.has_active_filters %}✖ {% translate "Clear all filters" %}
{% endif %}
{% for spec in cl.filter_specs %} {% admin_list_filter cl spec %} {% endfor %}