{% extends "base.html" %} {% block title %}Invite {% if is_ldap_configured %}a Guest{% else %}another User{% endif %} — {{ service_name }}{% endblock %} {% block content %}

Invite {% if is_ldap_configured %}a Guest{% else %}another User{% endif %}

To invite {% if is_ldap_configured %}a guest{% else %}another user{% endif %} to {{ service_name }}, please submit their email address using the form below. They will then receive an email which can be used to complete the registration process.

{{ invitation_form.csrf_token() }}
{% if has_success%} The invitation to {{invitation_form.email.data}} has been sent. {% endif %} {% if has_error%} Please enter a valid email address. {% endif %}
{% endblock %}