{% extends "wagtail_multiple_chooser_block/bulk_upload/base.html" %} {% load i18n l10n wagtailadmin_tags %} {% comment %}The contents of wagtailimages/multiple/add.html, without the success and description messages, as uploads have no edit form here{% endcomment %} {% block bulk_upload %}

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

{{ bulk_upload.help_text }}

{% csrf_token %} {% if bulk_upload.collections %} {% trans "Add to collection:" as label_text %} {% rawformattedfield label_text=label_text id_for_label="id_addimage_collection" classname="w-mx-auto w-mt-4 w-grid w-justify-center" %} {% endrawformattedfield %} {% endif %}
0%
{% endblock %} {% block scripts %} {% endblock %}