{% if not is_searching %}

Explorer

{% else %}

{{ pages.count }} search match{{ pages.count|pluralize:"es" }}

{% endif %} {% if is_searching %} {% include "wagtailadmin/pages/list.html" with choosing=1 show_parent=1 pages=pages parent_page=parent_page %} {% else %} {% include "wagtailadmin/pages/list.html" with choosing=1 allow_navigation=1 orderable=0 pages=pages parent_page=parent_page %} {% endif %}