{%- extends "apostrophe-modal:base.html" -%} {%- import "apostrophe-modal:macros.html" as modals -%} {%- import 'apostrophe-ui:components/buttons.html' as buttons -%} {%- block modalClass -%} apostrophe-polymorphic-chooser-modal apos-ui-modal-no-sidebar apos-manager {%- endblock -%} {%- block controls -%} {{ buttons.minor('Cancel', { action: 'cancel' }) }} {{ buttons.major('Save Choices', { action: 'save' }) }} {%- endblock -%} {%- block instructions -%} {{ __ns('apostrophe', 'Select the appropriate tab to choose each type of content.') }} {%- endblock -%} {%- block filters -%} {# Currently not used here #} {%- endblock -%} {%- block label -%} {{ __ns('apostrophe', 'Choose Documents') }} {%- endblock -%} {%- block body -%}
{% for type in data.types %} {% endfor %}
{% for type in data.types %}
{% endfor %}
{%- endblock -%} {%- block footer -%} {%- endblock -%}