{% load wagtailimages_tags %} {{ self.section_title }} {% if self.section_subtitle %} {{ self.section_subtitle }} {% endif %} {{ self.submit_button_text }} {{ self.section_title }} {% csrf_token %} {% for field in self.form_fields %} {{ field.label }} {% if field.required %}*{% endif %} {% if field.field_type == 'message' %} {% else %} {% endif %} {% endfor %} {{ self.submit_button_text }} {% if self.privacy_text %} {{ self.privacy_text }} {% endif %}