{% extends "sentry/bases/modal.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Add Member to Organization" %} | {{ block.super }}{% endblock %} {% block inner %}
{% if is_invite %}

{% trans "Invite a member to join this organization via their email address. If they do not already have an account, they will first be asked to create one." %}

{% trans "You will be able to configure permissions and team access on the following page." %}

{% trans "Send Invite" as submit_label %} {% include "sentry/partial/_form.html" %} {% else %}

{% trans "You may add a user by their username if they already have an account." %}

{% trans "You will be able to configure permissions and team access on the following page." %}

{% include "sentry/partial/_form.html" %} {% endif %}
{% endblock %}