{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Contact" %}

{% blocktrans %}Please, before asking, check if the answer is in the FAQ or in the DISCUSSION course. Our FAQ frequently updated thanks to your inquiries.{% endblocktrans %}
{% csrf_token %} {{ form.as_bootstrap }}
{% endblock %}