{% extends "page.html" %}{% load i18n l10n widget_tweaks %} {% block meta_tags %}{{ block.super }} {% endblock %} {% block page_title %}{% trans "Contact" %} — {{ block.super }}{% endblock %} {% block body_class %}contact{% endblock %} {% block menu_contact %} {% trans "Contact" %}{% endblock %} {% block container %}
{% include "_includes/message-panels.html" %}
{% block contact_form %}
{% csrf_token %} {% include "_includes/form-errors.html" %} {% include "_includes/antispam.html" %} {% block contact_form_fields %} {% include "_includes/vertical-placeholder-big-field.html" with field=form.name|attr:"autofocus" %} {% include "_includes/vertical-placeholder-big-field.html" with field=form.email %} {% include "_includes/vertical-placeholder-big-field.html" with field=form.phone %} {% include "_includes/vertical-placeholder-big-field.html" with field=form.message %} {% endblock %}
{% endblock %}
{% endblock %} {% block end_body %}{{ block.super }} {% endblock end_body %}