{% extends "site_base.html" %} {% block title %}{{ block.super }} Contact Us{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Success!" %}

{% trans "Thank you for getting in touch with" %} {% firstof SITE_GLOBAL_SITEDISPLAYNAME "us" %}! {% trans "We will be in touch with you shortly." %}

{% trans "Thanks!" %}

{% if SITE_GLOBAL_SITECONTACTNAME %}

{{ SITE_GLOBAL_SITECONTACTNAME }}

{% endif %}
{% endblock %}