{% load i18n roles %} {% user_has_role request 'reader' staff_override=False as reader %}
{% trans 'Change Your Email Address' %}

{% blocktrans %}If you want to change your email address you may do so below, however, you will be logged out and your account will be marked as inactive until you follow the instructions in the verfication email.{% endblocktrans %} {% trans 'Note' %}: {% blocktrans %}Changing your email address will also change your username as these are one and the same.{% endblocktrans %}

{% csrf_token %}
{% trans 'Current email address' %}: {{ request.user.email }}
{% if request.journal and send_reader_notifications %}
{% trans "Register for Article Notifications" %}

{% blocktrans %}Use the button below to register to receive notifications of new articles published in this journal {% endblocktrans %}

{% csrf_token %} {% if reader %} {% else %} {% endif %}
{% endif %}
{% trans 'Update Password' %}

{% trans 'You can update your password by entering your existing password plus your new password' %}.

{% csrf_token %}

{% csrf_token %} {% include "elements/accounts/user_form.html" with form=form %}