{% blocktrans count counter=pages.paginator.count %}
There is one matching page
{% plural %}
There are {{ counter }} matching pages
{% endblocktrans %}
{% search_other %}
{% include "wagtailadmin/pages/listing/_list_explore.html" with show_parent=1 allow_navigation=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 %}