{% load i18n admin_list unfold %}
{% if cl.model_admin.list_filter_submit %}
{% preserve_filters %} {% endif %}
{% for spec in cl.filter_specs %} {% admin_list_filter cl spec %} {% endfor %}
{% if cl.model_admin.list_filter_submit %}
{% endif %} {% include "unfold/helpers/change_list_filter_actions.html" %}