{% load i18n locale %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Contact Us" %}

{% blocktrans %}You have to fill all the fields, and please write in English.{% endblocktrans %}

{% csrf_token %} {{ form.as_p }}

{% trans "Thanks!" %}

{% blocktrans %}We have received your message and will try to respond as soon as possible.{% endblocktrans %}