{% extends "admin/core/large_form.html" %} {% load i18n foundation static next_url %} {% block css %} {% endblock %} {% block contextual_title %} {% trans "Edit Profile" %} {% endblock contextual_title %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block title-section %}
{% trans "Edit Profile" %}
{% endblock %} {% block body %}
{% include "admin/elements/forms/messages_in_callout.html" with form=form %}

{% 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 verification email. Note: Changing your email address will also change your username as these are one and the same.

{% endblocktrans %}

{% trans 'Current Email Address' %}: {{ request.user.email }}

{% csrf_token %}
{% include "admin/elements/forms/denotes_required.html" %}
{% 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 user_is_reader %} {% else %} {% endif %}
{% endif %}

{% trans "Update Password" %}

{% blocktrans %} You can update your password by entering your existing password plus your new password. {% endblocktrans %}

{% csrf_token %}
{% include "admin/elements/forms/denotes_required.html" %}

{% trans "Affiliations" %}

{% include "admin/core/affiliation_list_display_with_actions.html" with interface=user_to_edit article=None %}

{% trans 'Profile Details' %}

{% csrf_token %} {% include "admin/elements/accounts/user_form.html" %}
{% include "admin/elements/forms/denotes_required.html" %}
{% endblock body %} {% block js %} {% endblock %} {% block toastr %} {% comment %} Avoid showing the messages via Toastr since they should be included at the top of the form. {% endcomment %} {% endblock toastr %}