{% extends "base.html" %} {% block content %}
{% with staff_nav_active="teams" %} {% include "partials/staff_sidebar.html" %} {% endwith %}
{% set breadcrumbs = [ {"name": "Staff", "href": "/staff"}, {"name": "Teams", "href": "/staff/teams"}, {"name": "Create"} ] %} {% include "partials/breadcrumbs.html" %}

Create team

{% include "partials/flash.html" %}
The display name shown across the team pages.
Used in team URLs and API references. Must be unique on the site.
Inactive teams are hidden from non-staff.
{% with primary_label="Create team", cancel_href="/staff/teams" %} {% include "partials/form_actions.html" %} {% endwith %}
{% endblock %}