{% extends "wagtailadmin/reports/base_page_report_results.html" %} {% load i18n wagtailadmin_tags %} {% block results %} {% block post_parent_page_headers %} {% endblock %} {% for page in pages %} {% page_permissions page as page_perms %} {% endfor %}
{% trans 'Title' %} {% block extra_columns %} {% endblock %} URL
{% block page_title %} {% i18n_enabled as show_locale_labels %} {% include "wagtailadmin/pages/listing/_page_title_explore.html" with show_locale_labels=show_locale_labels %} {% endblock %} {% for link in page.external_links %} {% empty %} {% endfor %}
{% if link.text != link.url %} {{ link.text }} {% endif %} {{ link.url }}
No external links
{% endblock %}