{% extends "base_content_page.html" %} {% load wagtailcore_tags i18n %} {% block page_content %}

{{ page.title }}

{{ page.heading|richtext|unwrap_p|safe }}

{{ page.body|richtext }}
{% if page.thank_you_text %} {{ page.thank_you_text|richtext }} {% else %}

{% translate "Thank you! Your form has been submitted successfully." %}

{% endif %}
Return Home
{% include "includes/contact_addresses.html" %} {% endblock page_content %}