{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans 'E-mail change processed' %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %}

{% trans 'E-mail change processed' %}

{% trans "An e-mail has been sent to the new e-mail address to verify and activate it. Please access to your e-mail and complete this process following the instructions specified in the e-mail body" %}.

{% endblock %} {% block userprofile_content_related %}

{% trans "Add e-mail" %}

{% trans "Insert the new e-mail address. An e-mail will be send to it for testing and confirmation" %}.

{% endblock %}