{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin bootstrap3 %} {% block title %}Confirm new email address{% endblock %} {% block content %} {% origin %}
An error has occured when attempting to add the email address {{ email }} to your account {{ username }}.
{% bootstrap_form_errors form %} {% elif new_email_obj %}Your account {{ username }} has been updated to include the email address {{ email }}.
{% else %}Confirm that you want to add the email address {{ email }} to your account {{ username }}.
{% endif %} {% endblock %}