{% extends "sentry/bases/modal.html" %} {% load i18n %} {% block title %}{% trans "New Project" %} | {{ block.super }}{% endblock %} {% block breadcrumb_inner %} {{ block.super }}
{% blocktrans %}Projects allow you to scope events to a specific application in your organization. For example, you might have separate projects for production vs development instances, or separate projects for your web app and mobile app.{% endblocktrans %}
{% include "sentry/partial/_form.html" %} {% endblock %}