{{ form.email.label }} {{ form.email(size=32) }} {% for error in form.email.errors %} [{{ error }}] {% endfor %}
{{ form.submit() }}