{% extends "base.html" %} {% block page_title %} {{ profile.display_name|default(shown_user.username, true) }} {% endblock %} {% block body_id %}profile{% endblock %} {% block body_class %} {{ super() }} {% if not profile.is_vouched %}pending{% endif %} {% endblock %} {% block content %}
Your profile is waiting to be vouched. Once you are vouched, you will be able to view the profiles of all Mozillians, join groups and access additional content on other sites as a Mozillian. Learn more about vouching.
Send the link below to someone who is familiar with your
contributions and ask them to vouch for you:
{{ profile_url }}
If you are new to the Mozilla community, get involved
The chances of being vouched increase as you finish tasks in our community.
{% endtrans %}{% trans %} This profile is waiting for approval. If you would like to vouch for them, use the form at the bottom of the page. {% endtrans %}
{{ _('Legacy vouch.') }}
{% else %} {{ vouch.description|markdown }} {% endif %}