{% extends "wagtailadmin/generic/base.html" %} {% load i18n %} {% load l10n %} {% load wagtailadmin_tags wagtailimages_tags %} {% block titletag %}{% trans "Add multiple images" %}{% endblock %} {% block extra_css %} {{ block.super }} {{ form_media.css }} {% endblock %} {% block main_content %}

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

{{ help_text }}

{% csrf_token %} {% if 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 extra_js %} {{ block.super }} {{ form_media.js }} {% endblock %}