{% extends "wagtailadmin/base.html" %} {% block titletag %}{% endblock %} {% block bodyclass %}menu-explorer{% endblock %} {% block content %}

Pages using {{ content_type.model_class.get_verbose_name }}

{% include "wagtailadmin/pages/list.html" with sortable=1 allow_navigation=0 sortable=0 %}
{% endblock %}