{% if vouch_form %}
{% if not invite_form %} {% if not profile.is_vouched %}

{% trans full_name=profile.full_name %} Does this profile belong to a Mozillian? Let us know how {{ full_name }} has contributed to the project. {% endtrans %}

{% else %}

{% trans full_name=profile.full_name %} Do you know this Mozillian? Let us know how {{ full_name }} has contributed to the project. {% endtrans %}

{% endif %} {% endif %} {% csrf_token %} {{ mozillians_field(vouch_form.description) }} {% trans url='http://daringfireball.net/projects/markdown/syntax' %} Use Markdown for bold, italic, lists and links. {% endtrans %} {{ _('Characters remaining:') }} 500

{{ _('Only vouch for users who have made significant contributions and are at least 13 years old.') }}

{% if (profile and not profile.is_vouched) or invite_form %}

{{ _('Once vouched, they will be able to:') }}

{% endif %}

{{ _('Vouches cannot be edited or retracted.') }}

{% trans vouching_url='https://wiki.mozilla.org/Mozillians/Vouching' %} Read more about vouching. {% endtrans %}

{% endif %}