{% load wagtailimages wagtailadmin %} {% load i18n %} {% trans "Choose an image" as choose_str %} {% include "wagtailadmin/shared/header.html" with title=choose_str merged=1 tabbed=1 icon="image" %} {{ uploadform.media.js }} {{ uploadform.media.css }} {% if uploadform %} {% endif %}
{% if uploadform %} {% include "wagtailimages/chooser/upload_form.html" with form=uploadform will_select_format=will_select_format %} {% endif %}