{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal_id %}invite_user_form{% endblock %} {% block modal-header %}{% trans "Invite User" %}{% endblock %} {% block form_action %}{% url 'horizon:management:project_users:invite' %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Invite a person to join your project. If the user does not exist they will be emailed instructions to set up their account then automatically added to your project." %}

{% include 'management/project_users/_role_help.html' %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}