{% extends "base.html" %} {% block page_title %}{{ _('Invite a Mozillian') }}{% endblock %} {% block body_id %}invite{% endblock %} {% block content %}

{{ _('Invite a Mozillian') }}

{% if invite_form %} {% trans vouching_url='https://wiki.mozilla.org/Mozillians/Vouching' %} If you want to invite a new Mozillian please fill out the following form. Note: Inviting a new user is like vouching. Read more about vouching. {% endtrans %} {% else %} {% trans vouching_url='https://wiki.mozilla.org/Mozillians/Vouching' %} We recently changed the criteria for being able to invite and vouch other Mozillians. If you want to use this page, you need to receive {{ vouch_threshold }} vouches. Ask someone to visit your profile and vouch for you. Then come back here once you have {{ vouch_threshold }} vouches and you will be able to invite people to the directory. Learn more about vouching. {% endtrans %} {% endif %}

{% if invite_form %} {% if invite_form.errors or vouch_form.errors %}
{{ _('Please correct the errors below.') }}
{% endif %}
{% csrf_token %} {{ mozillians_field(invite_form.recipient) }} {{ mozillians_field(invite_form.message) }}
{% include "phonebook/includes/profile_vouch.html" %}
{% endif %} {% if invites.exists() %}

{{ _('Your Invites') }}

{% for invite in invites %}
{% endfor %} {% endif %} {% endblock %} {% block page_js %} {% compress js %} {% endcompress %} {% endblock %}