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

    {% blocktrans %}Teams in Sentry represent a collection of users and projects. They're the top level component of your organization allowing you to control access and scope of events.{% endblocktrans %}


    {% csrf_token %}
    {% for field in form %} {% include "sentry/partial/_form_field.html" %} {% endfor %}
    {% endblock %}