{% extends "base.html" %} {% load i18n %} {% load uni_form_tags %} {% block extra_scripts %} {{ form.media }} {% endblock %} {% block title %} Contact {% endblock %} {% block content %}

« {% trans "return_inbox" %}

{% with form.helper as helper %} {% uni_form form helper %} {% endwith %} {% endblock %}