{% extends "apostrophe-modal:base.html" %} {% import "apostrophe-modal:batch.html" as batch %} {% import 'apostrophe-ui:components/buttons.html' as buttons %} {% block modalClass %}apos-reorganize-modal{% if not data.trashInSchema %}{{ ' apos-separate-trash' }}{% endif %}{% endblock %} {% block controls %}
{{ buttons.minor('Finished', { action: 'save' }) }} {{ buttons.major('New Page', { action: 'insert-page' }) }}
{% endblock %} {% block label %} {{ __('Reorganize Pages') }} {% endblock %} {% block instructions %}

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

{% endblock %} {% block body %}
Page Title Published Edit Link Trash
{# This gets fired up by jstree #}
{% endblock %} {% block footer %} {%- endblock -%}