{% extends "sentry/bases/team.html" %} {% load i18n %} {% block team_members_nav %} class="active"{% endblock %} {% block title %}{% trans "New Member" %} | {{ block.super }}{% endblock %} {% block inner %} {% if is_invite %}
{% trans "Invite a member to join this team via their email address. If they do not already have an account, they will first be asked to create one." %}
{% 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." %}
{% include "sentry/partial/_form.html" %} {% endif %} {% endblock %}