{% extends "base-apply.html" %} {% load i18n %} {% block page_title %}{% trans "Email Change - Verify Email" %}{% endblock %} {% block title %}{% trans "Verify Email" %}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "Email Update" %}{% endslot %} {% endadminbar %}

{% trans "Confirm & verify your new email!" %}

{% trans "We have sent a confirmation link to your new email." %}

{% trans "To start using the new email, please click on the confirmation link that has been sent to you on your new email." %}

{% endblock %}