E-mail получателя:{% if form.to.field.required %} *{% endif %}
{{ form.to }}
{% if not is_ajax %}{{ form.to.errors }}{% endif %}
Текст сообщения:{% if form.body.field.required %} *{% endif %}
{{ form.body }}
{% if not is_ajax %}{{ form.body.errors }}{% endif %}