{% load unfold_list %} {% with horizontal_filters=cl|unfold_horizontal_filters %} {% if horizontal_filters|length > 0 %}
{% for spec in horizontal_filters %} {% unfold_admin_list_filter cl spec True %} {% endfor %}
{% endif %} {% endwith %}