{% 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.minor('Cancel', { action: 'cancel' }) }} {{ buttons.major('Save', { action: 'save' }) }}
{% endblock %} {% block label %} {{ __ns('apostrophe', 'Choose Pages') }} {% endblock %} {% block instructions %}

{{ __ns('apostrophe', 'Choose the pages you want.') }}

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