{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% endblock %} {% block bodyclass %}menu-explorer{% endblock %} {% block content %} {% trans "Pages using" as pages_str %} {% include "wagtailadmin/shared/header.html" with title=pages_str subtitle=content_type.model_class.get_verbose_name %}
{% include "wagtailadmin/pages/list.html" with sortable=1 allow_navigation=0 sortable=0 %}
{% endblock %}