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

{% blocktrans %}Please contact us in English, otherwise we might be unable to understand your request.{% endblocktrans %}

{% csrf_token %} {{ form.as_table }}
{% endblock %}