{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Confirm email change' %}{% endblock %} {% block main %}
{% blocktranslate trimmed %} Are you sure you want to change your account email address from {{ current_email }} to {{ proposed_email }}? {% endblocktranslate %}
{% translate 'Please note that this also changes the username you use to sign in.' %}
{% endblock %}