{% block object-tools %}
-
{% block object-tools-items %}
{% change_list_object_tools %}
{% endblock %}
{% blocktranslate count counter=cl.formset.total_error_count %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %}
{{ cl.formset.non_form_errors }} {% endif %}
{% block search %}
{% search_form cl %}
{% endblock %}
{% translate 'Filter' %}
{% if cl.is_facets_optional or cl.has_active_filters %}
{% if cl.is_facets_optional %}
{% endif %}
{% if cl.add_facets %} {% translate "Hide counts" %} {% else %} {% translate "Show counts" %} {% endif %}
{% endif %} {% if cl.has_active_filters %}✖ {% translate "Clear all filters" %}
{% endif %}
{% for spec in cl.filter_specs %}
{% admin_list_filter cl spec %}
{% endfor %}