{% extends "wagtailadmin/reports/base_report.html" %} {% load i18n wagtailadmin_tags %} {% block results %} {% with object_list as page_types %}
{% if page_types %} {% block listing %} {% include "wagtailadmin/reports/listing/_list_page_types_usage.html" %} {% endblock listing %} {% else %} {% block no_results %}

{% trans "No page types found." %}

{% endblock no_results %} {% endif %}
{% endwith %} {% endblock results %}