{% load i18n %}

{% blocktrans count counter=pages|length %} There is one match {% plural %} There are {{ counter }} matches {% endblocktrans %}

{% if pages %} {% include "wagtailadmin/pages/listing/_list_choose.html" with show_parent=1 pages=pages parent_page=parent_page %} {% endif %}