{% blocktrans trimmed 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 %}
{% 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 %}