{% 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 %}

Contact us!

Please fill out the form below, so we can respond to your inquiry as quickly as possible.

{% csrf_token %}
{{ contact_form.as_p }}

Deployment Scenario

The more you tell us about your deployment scenario (how you would be using KA Lite), the better advice we can give about getting set up.

{{ deployment_form.as_p }}

Thanks for your interest in KA Lite! We are happy to offer support! Due to an overwhelming response to KA Lite, it may take some time to respond.

Please check our available documentation to see if your questions might be answered.

{{ support_form.as_p }}

Thanks so much for considering contributing to this project!

Please find some basic information about making contributions on our wiki.

{{ contribute_form.as_p }}
{{ info_form.as_p }}

Note: if you are unable to submit this form, contact us through email: {{ central_contact_email }}

{% endblock content %}