{% load i18n widget_tweaks %}
{% csrf_token %} {% trans "Associate a new email address with your account. When you add a new email, we’ll send you a confirmation link to verify the address." %}

{% csrf_token %}
{% render_field form.email class='form-control' %} {% if form.email.help_text %}
{{ form.email.help_text }}
{% endif %} {% if form.email.errors %}
{{ form.email.errors }}
{% endif %}