{% 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 }}
{% trans "Upload successful. Please update this image with a more appropriate title, if necessary. You may also delete the image completely if the upload wasn't required." %}
{% trans "Upload successful. However, your new image seems to be a duplicate of this existing image. You may delete it if it wasn't required." %}
{% trans "Sorry, upload failed." %}
{% trans "Server Error" %}
{% trans "Report this error to your website administrator with the following information:"%}
-
{% trans "Image updated." %}