{% extends "withnav_template.html" %} {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} {% block per_page_title %} Confirm change of email address {% endblock %} {% block maincolumn_content %}

Confirm change of email address

{% call form_wrapper() %}

New email address:

{{ new_email }}

We will send {{ user.name }} an email to tell them about the change.

{{ page_footer( 'Confirm', destructive=destructive, back_link=url_for('.edit_user_email', service_id=service_id, user_id=user.id) ) }} {% endcall %}
{% endblock %}