{% load i18n wagtailadmin_tags %}
{% if pages %}

{% blocktrans count counter=all_pages.count %} There is one matching page {% plural %} There are {{ counter }} matching pages {% endblocktrans %}

{% search_other %} {% if pages.object_list.supports_facet %} {% endif %} {% include "wagtailadmin/pages/listing/_list_explore.html" with show_parent=1 sortable=1 sortable_by_type=0 %} {% url 'wagtailadmin_pages:search' as pagination_base_url %} {% paginate pages base_url=pagination_base_url %} {% else %} {% if query_string %}

{% blocktrans %}Sorry, no pages match "{{ query_string }}"{% endblocktrans %}

{% search_other %} {% else %}

{% trans 'Enter a search term above' %}

{% endif %} {% endif %}