{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load l10n %} {% load wagtailadmin_tags %} {% block titletag %}{% trans "Add multiple documents" %}{% endblock %} {% block extra_css %} {{ block.super }} {{ form_media.css }} {% endblock %} {% block content %} {% trans "Add documents" as add_str %} {% include "wagtailadmin/shared/header.html" with title=add_str icon="doc-full-inverse" %}

{% trans "Drag and drop documents into this area to upload immediately." %}

{{ help_text }}

{% csrf_token %} {% if collections %} {% trans "Add to collection:" as label_text %} {% field label_text=label_text id_for_label="id_adddocument_collection" classname="w-mx-auto w-mt-4 w-grid w-justify-center" %} {% endfield %} {% endif %}
0%
{% endblock %} {% block extra_js %} {{ block.super }} {{ form_media.js }} {% url 'wagtailadmin_tag_autocomplete' as autocomplete_url %} {% endblock %}