{% extends "dashboard_base.html" %} {% block title %}New team — calrs{% endblock %} {% block dashboard_content %} {% if error %}
{{ error }}
{% endif %}

New team

Shown on the team page. Supports **bold**, *italic*, and [links](url).
Visibility
Private teams get an invite token for sharing. Public teams are visible on the team profile page.

Members

You will be added as team admin automatically. Add individual users or link OIDC groups.

{% endblock dashboard_content %}