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

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

{% search_other %} {% if object_list.supports_facet %} {% endif %} {% component table %} {% if is_paginated %} {% include "wagtailadmin/shared/pagination_nav.html" with items=page_obj linkurl=index_url %} {% endif %} {% else %} {% if query_string %}

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

{% search_other %} {% else %}

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

{% endif %} {% endif %}