{% extends "userprofile/base_2col.html" %} {% load i18n %} {% load txcommontags %} {% block title %}{% if user.email %}{% trans "Change e-mail" %}{% else %}{% trans "Add e-mail" %}{% endif %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %}

{% trans "Add a new e-mail address" %}

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

{% form_as_table_rows form %}

{% endblock %}