{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags %} {% block titletag %}{{ title }}{% endblock %} {% block content %}

{{ title }}{% if subtitle %} {{ subtitle }}{% endif %}

{% if view.list_export %} {% endif %}
{% with page_obj as pages %}
{% if pages %} {% block listing %} {% include "wagtailadmin/pages/listing/_list_explore.html" %} {% endblock %} {% paginate pages base_url=request.path %} {% else %} {% block no_results %}

{% trans "No pages match this report's criteria." %}

{% endblock %} {% endif %}
{% endwith %} {% endblock %}