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

{% trans "E-mail address validated successfully" %}.

{% else %}

{% trans "The key you received via e-mail is no longer valid. Please try the e-mail validation process again" %}.

{% endif %}
{% endblock %} {% block userprofile_content_related %}

{% trans "E-mail validation process" %}

{% trans "You can manage the e-mail validation process from the" %} {% trans "overview page" %}.

{% endblock %}