{% extends "base.html" %} {% block page_title %}{{ _('Invitation Sent') }}{% endblock %} {% block body_id %}invited{% endblock %} {% block content %}

{{ _('Invitation Sent!') }}

{% trans invite_url=url('phonebook:invite') %} {{ recipient }} has been invited to Mozillians. They'll receive an email with instructions on how to join. You can invite another Mozillian if you like. {% endtrans %}

{% endblock %}