{% extends "base_content.html" %} {% load i18n %} {% block title %}{% spaceless %}{% trans "Change email" %}{% endspaceless %}{% endblock %} {% block content %} {% ifequal action_type "change" %}
{% if user.email %} {% blocktrans %}change {{email}} info{% endblocktrans %} {% else %} {% blocktrans %}here is why email is required, see {{gravatar_faq_url}}{% endblocktrans %} {% endif %}
{{ msg }}
{{form.email.errors|join:", "}}
{% blocktrans %}validate {{email}} info or go to {{change_email_url}}{% endblocktrans %}
{% blocktrans %}old {{email}} kept, if you like go to {{change_email_url}}{% endblocktrans %}
{% blocktrans %}your current {{email}} can be used for this{% endblocktrans %}
{% trans "thanks for verifying email" %}
{% blocktrans %}email key not sent {{email}} change email here {{change_link}}{% endblocktrans %}