{% extends theme('base.html') %} {% import theme('macros/forms.html') as forms with context %} {% block content %} {{ _('Change email') }} {{ _("You want to change your email? Enter the new email below.") }} {{ _("Fields preceded by a star (*) are required.")}} {{ forms.render_fields(change_email_form, submit=_('Change email')) }} {% endblock %}
{{ _("You want to change your email? Enter the new email below.") }}
{{ _("Fields preceded by a star (*) are required.")}}