{% extends "one_column_body.html" %} {% block title %}{% spaceless %}{% trans %}Change Email{% endtrans %}{% endspaceless %}{% endblock %} {% block content %} {% if action_type=="change" %}

{% if user.email %} {% trans %}Change Email{% endtrans %} {% else %} {% trans %}Save your email address{% endtrans %} {% endif %}

{% if user.email %} {% trans %}Enter your new email into the box below if you'd like to use another email for update subscriptions.
Currently you are using %(email)s{% endtrans %} {% else %} {% trans %}Please enter your email address in the box below. Valid email address is required on this Q&A forum. If you like, you can receive updates on interesting questions or entire forum via email. Also, your email is used to create a unique gravatar image for your account. Email addresses are never shown or otherwise shared with anybody else.{% endtrans %} {% endif %}

{% if msg %}

{{ msg }}

{% endif %}
{% csrf_token %} {% if next %} {% endif %}
{% if user.email %} {% endif %}
{% elif action_type=="validate" %}
{% trans %}Validate email{% endtrans %}

{% trans %}An email with a validation link has been sent to %(email)s. Please follow the emailed link with your web browser. Email validation is necessary to help insure the proper use of email on Q&A. If you would like to use another email, please change it again.{% endtrans %}

{% elif action_type=="keep" %}
{% trans %}Email not changed{% endtrans %}

{% trans %}Your email address %(email)s has not been changed. If you decide to change it later - you can always do it by editing it in your user profile or by using the previous form again.{% endtrans %}

{% elif action_type=="done_novalidate" %}
{% trans %}Email changed{% endtrans %}

{% trans %} Your email address is now set to %(email)s. Updates on the questions that you like most will be sent to this address. Email notifications are sent once a day or less frequently - only when there are any news.{% endtrans %}

{% elif action_type=="validation_complete" %}
{% trans %}Email verified{% endtrans %}

{% trans %}Thank you for verifying your email! Now you can ask and answer questions. Also if you find a very interesting question you can subscribe for the updates - then will be notified about changes once a day or less frequently.{% endtrans %}

{% elif action_type=="key_not_sent" %}
{% trans %}Validation email not sent{% endtrans %}

{% trans %}Your current email address %(email)s has been validated before so the new key was not sent. You can change email used for update subscriptions if necessary.{% endtrans %}

{% endif %} {% endblock %}