{% load wagtailimages_tags %} {% load i18n %} {% trans "Choose colour" as title_str %} {% trans "Submit an empty form to remove the selected text colour" as subtitle_str %} {% include "wagtailadmin/shared/header.html" with title=title_str subtitle=subtitle_str merged=1 %}
{% csrf_token %}
    {% for field in form %} {% include "wagtailadmin/shared/field_as_li.html" with field=field %} {% endfor %}