{% extends 'public/content.html' %} {% block headtitle %} Contact Us {% endblock %} {% block contact_active %}active{% endblock %} {% block title %} {% if content_block %}

{{ content_block.name }}

{% else %}

Contact Study Submission Completed

{% endif %} {% endblock %} {% block content %} {% if content_block %} {{ content_block.content|safe }} {% else %}

Thanks very much for your submission, someone will be in touch shortly. {% endif %} {% endblock %}