TestSmartID
{% form 'contact' %}
{% if form.posted_successfully? %}
{% endif %}
{% endform %}
[nerdy-form:1790]
{{ 'contact.form.post_success' | t }}
{% endif %}
{% if form.errors %}
Your contact form has {{ form.errors | size | pluralize: "an error", "a few errors" }}. To submit your form, make the following changes and try again:
{% for field in form.errors %}The {{ field | capitalize | replace: 'Body', 'Message' }} field {{ form.errors.messages[field] }}.
{% endfor %}