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

{{ t("team-form-heading") }}

{{ t("team-form-description-help") }}
{{ t("team-form-visibility") }}
{{ t("team-form-visibility-help") }}

{{ t("team-form-members") }}

{{ t("team-form-members-help") }}

{% endblock dashboard_content %}