{% extends "site_base.html" %} {% load i18n %} {% block title %}{{ block.super }} Contact Us{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% 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 %}