{% load newman_list %} {% spaceless %} {% block filters %} {% if cl.has_filters %}
{% for spec in cl.filter_specs %} {% newman_list_filter cl spec %} {% endfor %}

{% trans "By" %} {% trans "Category-filter" %}

{# this div is handled by JavaScript (Ajax widget -- Filtering by main categories). #}
{% trans "Close" %}
{% endif %} {% endblock %} {% endspaceless %}