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

    {% trans "Use this page to create a new team within Sentry. Once done, you'll be able to add members to the team." %}


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