{% extends "sentry/teams/members/index.html" %} {% load i18n %} {% block title %}{% trans "New Member" %} | {{ block.super }}{% endblock %} {% block sidebar %} {{ block.super }}
{% trans "Access Levels" %}

{% blocktrans %}The primary difference between access levels is team management. Any member with admin access is treated almost identical to the team owner.{% endblocktrans %}

{% endblock %} {% block inner %} {% if invite_form %}

{% 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." %}

{% with invite_form as form %} {% trans "Send Invite" as submit_label %} {% include "sentry/partial/_form.html" %} {% endwith %}
{% endif %}

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

{% with add_form as form %} {% include "sentry/partial/_form.html" %} {% endwith %} {% if invite_form %}
{% endif %} {% endblock %}