{% load i18n %}

{% trans "Invite" %}

{% trans "Please add an email below. The user will receive an email with instructions." %}
{% csrf_token %}
{% for error in form.email.errors %}
{{ error }}
{% endfor %} {{ success_message }}