{% extends "support/_section.html" %} {% block title %}email support{% endblock %} {% block section_content %} {% if request_sent %}

Thank you...

Thank you for contacting support, we will reply as soon as possible.

{% else %}

Contact us...

Please read the Frequently Asked Questions page before you send an email

{% csrf_token %} {{form.as_p}}

{{ form.recaptcha_response.errors }}

{% endif %} {% endblock %}