{% extends "sentry/projects/base.html" %} {% load i18n %} {% block title %}{% trans "New Project" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • /
  • {% trans "New Project" %}
  • {% endblock %} {% block main %}
    {% if TEAM_LIST %}

    {% trans "Select a team you are a member of to create a project." %}

    {% else %} {% if can_create_teams %} {% url sentry-new-team as create_team_link %}

    {% blocktrans %}You must first create a team to create a project.{% endblocktrans %}

    {% else %}

    {% trans "You are not able to create a new project because you are not a member of any teams. Ask an administrator to add you to a team." %}

    {% endif %} {% endif %}
    {% endblock %}