{% extends "sentry/create-team.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block inner %}

Project

Projects generally pair up well with repositories. In addition to thinking about each repository being a project, also consider your environments. You might have something like "Backend" or "Frontend (Staging)".
{% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% endblock %}