{% if header_title %}{{ header_title }}{% else %}{% trans "Thank you for contacting us" %}{% endif %}
{% if intro_copy %}{{ intro_copy|linebreaks }}{% else %}{% trans "We have received your message and will get back to you soon. Below is a copy for your records." %}{% endif %}
| {% if label_email %}{{ label_email }}{% else %}{% trans "Email" %}{% endif %} |
{{ form_email }} |
{% if form_type %}
| {% if label_type %}{{ label_type }}{% else %}{% trans "Type" %}{% endif %} |
{{ form_type }} |
{% endif %}
{% if form_slug %}
| {% if label_form %}{{ label_form }}{% else %}{% trans "Form" %}{% endif %} |
{{ form_slug }} |
{% endif %}
{% if form_code %}
| {% if label_code %}{{ label_code }}{% else %}{% trans "Code" %}{% endif %} |
{{ form_code }} |
{% endif %}
{% if form_body %}
| {% if label_body %}{{ label_body }}{% else %}{% trans "Body" %}{% endif %} |
{{ form_body }} |
{% endif %}
{% if closing_copy %}
{{ closing_copy|linebreaks }}
{% endif %}
|