{% load wagtailcore_tags wagtailimages_tags %} {% comment %} Accepts: * form - a from to display * page - a page object. We will submit a date to this page * form_id - an optional value for the html id attribute {% endcomment %}
{% if legend %} {{ legend }} {% endif %} {% csrf_token %} {% if form.errors %}

There were some errors with your form. Please amend the fields highlighted below.

{% endif %} {% for field in form %} {{ field }} {% endfor %}
{% image page.call_to_action_image original %}