{% load taxonomy %}{% load lang %}
{{ "Filters"|t }}{% if active_count %} {{ active_count }}{% endif %}
{{ 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" %}{{ c.snippet|safe }}
{% elif c.page.summary %}{{ c.page.summary }}
{% endif %}