{% 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 %}
{% include "wagtailadmin/pages/listing/_list_explore.html" with show_parent=1 sortable=1 sortable_by_type=0 show_bulk_actions=1 show_locale_labels=show_locale_labels %}
{% url 'wagtailadmin_pages:search' as pagination_base_url %}
{% paginate pages base_url=pagination_base_url %}
{% else %}
{% if query_string %}
{% blocktrans trimmed %}Sorry, no pages match {{ query_string }}{% endblocktrans %}