{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load recapture %} {% block content %}

Contact us

Please fill in details below, and we will get back to you when possible, alternatively try our live chat.
Click here to chat with us
{% csrf_token %} {{ form|crispy }} {{ google_capture }}
{% endblock content %} {% block javascript %} {{ block.super }} {% endblock %}