{% extends 'baseModal.html' %} {% include 'uiMacros.html' %} {% block modalClass %} apos-reorganize-page {% endblock%} {% block modalControls %} {{ renderProgressBtn({dataAttrs: 'data-cancel', float: 'right', color: 'base', label: 'Finished'}) }} {% endblock %} {% block modalLabel %} {{ __('Reorganize Pages') }} {% endblock %} {% block modalInstructions %}

{{ __('Drag and drop pages wherever they need to go.') }}

{% endblock %} {% block modalBody %}
{# This gets fired up by jstree #}
{% include "progress.html" %}
{% endblock %}