{% load taxonomy %}{% load lang %}
{{ "Filters"|t }}{% if active_count %} {{ active_count }}{% endif %}
{% for facet in facets %} {% if facet.values %}
{{ facet.label|t }} {% if facet.control == "menu" %} {% else %}
{% for value in facet.values %} {% endfor %}
{% endif %}
{% endif %} {% endfor %}

{{ selection.total }} {% if selection.total > 1 %}{{ "results"|t }}{% else %}{{ "result"|t }}{% endif %} {% if selection.total > selection.pages|length %} {{ "showing the first"|t }} {{ selection.pages|length }} {% endif %}

{% if not cards %}

{{ "No page matches this selection."|t }}

{% elif view == "grid" %} {% else %} {% endif %}