{% extends "hidp/base_email.html" %} {% load i18n %} {% block content %}
{% blocktranslate trimmed %} You requested to change your account email address from {{ current_email }} to {{ proposed_email }}. {% endblocktranslate %}
{% translate 'To confirm this change, use the following link:' %}
{% translate 'Please note that this also changes the username you use to sign in.' %}
{% translate 'If you did not make this request, you can cancel it using the following link:' %}
{% endblock %}