{% load i18n admin_list unfold %}
<{% if cl.model_admin.list_filter_submit %}form id="filter-form" method="get"{% else %}div{% endif %} class="flex flex-col h-full {% if not cl.model_admin.list_filter_sheet %}2xl:px-0{% endif %}"> {% if cl.model_admin.list_filter_submit %} {% preserve_filters %} {% endif %}
{% for spec in cl.filter_specs %} {% admin_list_filter cl spec %} {% endfor %}
{% include "unfold/helpers/change_list_filter_actions.html" %}