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

    {% trans "Use this page to create a new project within Sentry. Once done, you'll be able to configure your client to send messages to this project." %}


    {% include "sentry/partial/_form.html" %}
    {% endblock %}