{% extends "base.html" %} {% load scoped_tags %} {% block title %}Teams{% endblock %} {% block page_title %}Teams{% endblock %} {% block page_subtitle %}Scopes, membership, and sharing boundaries (Layer 4){% endblock %} {% block layer_indicator %}L4 Tenancy{% endblock %} {% block content %} {% if teams %}
{% else %} {% include "components/_empty_state.html" with title="No teams" message="You're not a member of any teams yet." %} {% endif %} {% endblock %}