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

{{ team.name }}

{% with team_tabs_base="/staff/teams/" ~ team.uuid, team_tabs_active="overview" %} {% include "partials/team_tabs.html" %} {% endwith %} {% include "partials/flash.html" %}
Team details
Whether this team is considered active. Uncheck this box instead of deleting teams.
{% with primary_label="Save changes", secondary_label="Reset", secondary_type="reset" %} {% include "partials/form_actions.html" %} {% endwith %}
Team metadata
{% if team.is_active %} Active {% else %} Inactive {% endif %}
{% with copy_input_id="staff-team-uuid", copy_input_value=team.uuid, copy_input_prefix="UUID" %} {% include "partials/copy_input.html" %} {% endwith %}
Team page
/teams/{{ team.slug }}
Created
{{ team.created_at | humantime }}
{% endblock %} {% block scripts %}{% endblock %}