{% extends "apostrophe-modal:base.html" %} {% import "apostrophe-modal:macros.html" as modals %} {% import 'apostrophe-ui:components/buttons.html' as buttons %} {% block modalClass %}apos-reorganize-modal{% endblock %} {% block controls %}
{{ buttons.major('Finished', { action: 'save' }) }}
{% endblock %} {% block label %} {{ __('Reorganize Pages') }} {% endblock %} {% block instructions %}

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

{% endblock %} {% block body %} {# This gets fired up by jstree #}
{% endblock %} {% block footerContainer %}{% endblock %}