{% extends "logged_in.html" %}
{% block title %}Changing of e-mail{% endblock %}
{% block content %}
{% if not reg_h_is_confirmed %}
This page allows you to change your e-mail.
However, that function only becomes available once you have confirmed
your account by klicking on the link in the confirmation e-mail.
To go back to your home directory, please click here.
{% else %}
{% if status %}
{% ifequal status 'equal' %}
The old and new e-mails you have specified are equal. Nothing was changed...
{% else %}
The e-mail change has FAILED! Some confirmation e-mails may have been sent,
but the e-mail address on file has not been changed.
{% endifequal %}
{% else %}
The e-mail has been changed successfully. Confirmation e-mails have been
sent to the old and new address.
{% endif %} Click here to return back to your home page. {% endif %} {% endblock %}