{% 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 %}

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

{% url profile_overview as profile_overview %}{% blocktrans %}You can manage the e-mail validation process from the overview page.{% endblocktrans %}

{% 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 %}