{% 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" %} {% if uploadform %} {% endif %}
{% if uploadform %}
{% csrf_token %}
    {% for field in uploadform %} {% if field.is_hidden %} {{ field }} {% else %} {% include "wagtailadmin/shared/field_as_li.html" with field=field %} {% endif %} {% endfor %}
{% endif %}