{% extends "messages/base.html" %} {% load i18n %} {% block head_title %}{% trans "Invite someone new to join" %}{% endblock %} {% block body %}
{% trans "If you'd like to invite someone to join Pinax, you can enter their email address and a message for them below:" %}
{% include "friends_app/invite_form.html" %} {% endblock %}