{% load i18n unfold %} {% if cl.model_admin.list_filter_submit or cl.is_facets_optional or cl.has_active_filters %}
{% if cl.model_admin.list_filter_submit %} {% component "unfold/components/button.html" with submit=1 %} {% trans "Apply Filters" %} {% endcomponent %} {% endif %} {% if cl.is_facets_optional or cl.has_active_filters %} {% if cl.is_facets_optional %} {% if cl.add_facets %} {% component "unfold/components/button.html" with href=cl.remove_facet_link class="hidelink grow" variant="default" %} {% trans "Hide counts" %} {% endcomponent %} {% else %} {% component "unfold/components/button.html" with href=cl.add_facet_link class="viewlink grow" variant="default" %} {% trans "Show counts" %} {% endcomponent %} {% endif %} {% endif %} {% if cl.has_active_filters %} {% component "unfold/components/button.html" with href=cl.clear_all_filters_qs class="clearall grow" variant="default" %} {% trans "Clear all filters" %} {% endcomponent %} {% endif %} {% endif %}
{% endif %}