{% extends "sentry/teams/manage.html" %} {% load i18n %} {% block title %}{% trans "New Member" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • /
  • {% trans "New Member" %}
  • {% endblock %} {% block main %}

    {% 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 %} {% include "sentry/partial/_form.html" %} {% endwith %}

    {% 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 %}
    {% endblock %}