{% load i18n %} {% if items %} {% if is_searching %}

{% blocktrans count counter=items.paginator.count %} There is one match {% plural %} There are {{ counter }} matches {% endblocktrans %}

{% else %}

{% trans snippet_type.name %}

{% endif %} {% for item in items %} {% endfor %}
{{ item }}
{% include "wagtailadmin/shared/pagination_nav.html" with items=items is_ajax=1 %} {% else %}

{% blocktrans %}Sorry, no matches for "{{ query_string }}"{% endblocktrans %}

{% endif %}