{% extends 'admin/change_list.html' %} {% load i18n admin_list suit_list %} {% block search %}{% suit_search_form cl %}{% endblock %} {% block filters %} {% if cl.has_filters %}
{% for spec in cl.filter_specs|suit_list_filter_vertical:cl %} {% if forloop.first %}

{% trans 'Filter' %}

{% endif %} {% admin_list_filter cl spec %} {% endfor %}
{% endif %} {% endblock %} {% block footer %} {{ block.super }} {% if cl.has_filters %} {% endif %} {% endblock %}