{% csrf_token %} {{ form.non_field_errors }}
{{ form.name.label_tag }} {{ form.name }} {{ form.name.errors }}
{{ form.email.label_tag }} {{ form.email }} {{ form.email.errors }}
{{ form.message.label_tag }} {{ form.message }} {{ form.message.errors }}
{{ form.captcha.label_tag }} {{ form.captcha }} {{ form.captcha.errors }}