{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin bootstrap3 %} {% block title %}Confirm new email address{% endblock %} {% block content %} {% origin %}

Confirm new email address

{% if not can_confirm %}

An error has occured when attempting to add the email address {{ email }} to your account {{ username }}.

{% bootstrap_form_errors form %}

Edit profile

{% elif new_email_obj %}

Your account {{ username }} has been updated to include the email address {{ email }}.

Edit profile

{% else %}

Confirm that you want to add the email address {{ email }} to your account {{ username }}.

{% csrf_token %} {% buttons %} {% endbuttons %}
{% endif %} {% endblock %}