{% extends "wagtailadmin/base.html" %} {% block titletag %}Select a new parent page for {{ page_to_move.title }}{% endblock %} {% block bodyclass %}menu-explorer{% endblock %} {% block content %}

Select a new parent page for {{ page_to_move.title }}

{% include "wagtailadmin/pages/list.html" with moving=1 allow_navigation=1 pages=child_pages parent_page=viewed_page %}
{% endblock %}