{% extends "sentry/bases/modal.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Add Member to Organization" %} | {{ block.super }}{% endblock %} {% block main %}
{% block new_member_form_template_hook %}{% endblock %} {% 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." %}
{% else %}{% trans "You may add a user by their username if they already have an account." %}
{% endif %} {% endblock %}