{% extends "wagtailadmin/base.html" %} {% load wagtailimages_tags i18n compress static %} {% block titletag %}{% trans "Add multiple images" %}{% endblock %} {% block extra_css %} {{ block.super }} {% compress css %} {% endcompress %} {% include "wagtailadmin/shared/tag_field_css.html" %} {% endblock %} {% block content %} {% trans "Add images" as add_str %} {% include "wagtailadmin/shared/header.html" with title=add_str icon="image" %}
{% trans "Drag and drop images into this area to upload immediately." %}
{{ help_text }}