{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Change email address' %}{% endblock %} {% block main %}

{% translate 'Change email address' %}

{% if current_email_confirmation_required %}

{% translate 'You have confirmed the change from your new email address.' %}

{% translate 'Please also confirm the change from your current email address.' %}

{% elif proposed_email_confirmation_required %}

{% translate 'You have confirmed the change from your current email address.' %}

{% translate 'Please also confirm the change from your new email address.' %}

{% elif email_change_request_completed %}

{% translate 'You have confirmed the change from both your current and new email addresses.' %}

{% translate 'Your account email address has been changed successfully.' %}

{% translate 'Please remember to use your new email address to sign in from now on.' %}

{% else %}

{% translate 'Something went wrong' %}

{% endif %} {% include 'hidp/includes/forms/submit_row.html' with cancel_label=_('Back') cancel_url=back_url %} {% endblock %}