{% extends "central/base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Contact Us!" %}{{ block.super }}{% endblock %} {% block contact_active %}active{% endblock contact_active %} {% block headjs %}{{ block.super }} {% endblock headjs %} {% block content %}
Please fill out the form below, so we can respond to your inquiry as quickly as possible.
Note: if you are unable to submit this form, contact us through email: {{ central_contact_email }}
{% endblock content %}