{% extends "sentry/projects/base.html" %} {% load i18n %} {% block title %}{% trans "New Project" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
{% trans "Select a team you are a member of to create a project." %}
{% 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 %}