{% extends "site_base.html" %} {% load styled_forms %} {% load forms_tags %} {% block title %}{{ block.super }} {% trans 'Contact Us' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% if SITE_GLOBAL_CONTACT_FORM %} {% embed_form SITE_GLOBAL_CONTACT_FORM "forms/contact_form_new.html" %} {% else %}

{% trans "Contact Us" %}

{% blocktrans %}

Please fill out the form below.

{% endblocktrans %}
{% csrf_token %}
{{ form|styled_form }}
{% endif %}
{% endblock %}