{% load wagtailimages_tags %} {% 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 %}