{# filters.html is used for it.isFilterPage #} {% extends 'mainlist.html' %} {% block content %}
{% for group in it.filterGroups %}
{% block filtergroup %}
{% for entry in group.entries %}
{% if it.page == 'filter' and entry.class != 'Paging' %} {% set params = entry.content|split('=') %} {% if it.checked[params.0] and it.checked[params.0][params.1] %} {% else %} {% endif %} {% endif %} {{entry.title|escape}} {{entry.number}}
{% endfor %}
{% endblock filtergroup %}
{% endfor %} {% if it.page == 'filter' %}
{{it.c.i18n.filtersTitle}}
{% endif %}
{% if it.page == 'filter' %} {% endif %}
{% endblock content %}