{% extends "site_base.html" %} {% load styled_forms %} {% load forms_tags %} {% load i18n %} {% block title %}{{ block.super }} Contact Us{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% if SITE_GLOBAL_CONTACT_FORM %} {% embed_form SITE_GLOBAL_CONTACT_FORM "forms/contact_form.html" %} {% else %}

{% trans "Contact Us" %}

{% blocktrans %}

Please fill out the form below.

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