{{ _('Your Account') }}
-{{ user.email }}
-- {# L10n: Deprecated. Learn more refers to https://support.mozilla.org/kb/change-primary-email-address-firefox-accounts #} - {% set deprecated_visit_moz_accounts %} - {% trans a_open=''|safe, a_close=''|safe %} - To change your email or avatar, visit the Mozilla account page. {{ a_open }} Learn more. {{ a_close }} - {% endtrans %} - {% endset %} - {# L10n: Learn more refers to https://support.mozilla.org/kb/change-primary-email-address-firefox-accounts #} - {% trans a_open=''|safe, a_close=''|safe %} - To change your email or avatar, visit the Mozilla accounts page. {{ a_open }}Learn more.{{ a_close }} - {% endtrans %} -
-- {# L10n: Mozilla Support refers to https://support.mozilla.org #} - {% trans a_open=''|safe, a_close=''|safe %} - After changing your avatar, you will have to sign in again to {{ a_open }}Mozilla Support{{ a_close }} for the changes to be applied. - {% endtrans %} -
-- {% endif %} - {% if request.user.is_authenticated and request.user != profile.user and not profile.is_system_account %} - {% if user.has_perm('users.change_profile') %} - - {% endif %} - {% if not profile.is_system_account %} - {{ flag_form(url('users.flag', object_id=profile.pk), profile.id, False) }} - {% endif %} - {% endif %} -
{{ display_name(profile.user) }} - {% if profile.name %} - ({{ profile.user.username }}) - {% endif %} -
-- {% if is_owner %} - {# L10n: Deprecated. Edit your username refers to url("users.edit_my_profile"), which is https://support.mozilla.org/users/edit #} - {% set deprecated_edit_username %} - {% trans a_open=''|safe, a_close=''|safe %} - Your privacy is important to us. Your username is always visible to the public - - you can always {{ a_open }} edit your username {{ a_close }} if you would like to do so. - {% endtrans %} - {% endset %} - {# L10n: Edit your username refers to url("users.edit_my_profile"), which is https://support.mozilla.org/users/edit #} - {% trans a_open=''|safe, a_close=''|safe %} - Your privacy is important to us. Your username is always visible to the public – - you can always {{ a_open }}edit your username{{ a_close }} if you would like to do so. - {% endtrans %} - {% endif %} -
- -