{% load image_tags %} {% include "wagtailadmin/shared/header.html" with title="Choose a format" %}
{% image image max-800x600 %}
{% csrf_token %}
    {% for field in form %} {% include "wagtailadmin/shared/field_as_li.html" with field=field %} {% endfor %}