{{ _('Your Account') }}
{{ user.email }}
{% 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 %}
{% 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 %} {% 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 %}
{% if profile.city and profile.country %} {{ _('{city}, {country}')|f(city=profile.city, country=profile.get_country_display() ) }} {% elif profile.city %} {{ profile.city }} {% elif profile.country %} {{ profile.get_country_display() }} {% endif %}
-
{% if profile.public_email and request.user.is_authenticated %}
- {{ profile.user.email|public_email }} {% endif %} {% if profile.website %}
- {{ profile.website }} {% endif %} {% if profile.twitter %}
- {{ profile.twitter }} {% endif %} {% if profile.community_mozilla_org %}
- {{ profile.community_mozilla_org }} {% endif %} {% if profile.people_mozilla_org %}
- {{ profile.people_mozilla_org }} {% endif %} {% if profile.matrix_handle %}
- {{ profile.matrix_handle }} {% endif %}
{{ _('Contributions') }}
-
{% if profile.involved_from %}
- {{ _('Involved with Mozilla since {date}')|f(date=profile.involved_from.strftime('%b %Y')) }} {% endif %} {% if num_questions %}
- {{ ngettext('{0} question', '{0} questions', num_questions)|f(num_questions) }} {% endif %} {% if num_answers %}
- {{ ngettext('{0} answer', '{0} answers', num_answers)|f(num_answers) }} {% endif %} {% if num_solutions %}
- {{ ngettext('{0} solution', '{0} solutions', num_solutions)|f(num_solutions) }} {% endif %} {% if num_documents %}
- {{ ngettext('{0} document', '{0} documents', num_documents)|f(num_documents) }} {% endif %}
{{ _('About {user}')|f(user=display_name(profile.user)) }}
{{ profile.bio|wiki_to_safe_html(nofollow=True) }}{{ _("{user}'s Groups")|f(user=display_name(profile.user)) }}
-
{% for g in groups %}
- {{ group_link(g) }} {% endfor %}