{% extends "base.html" %} {% load scoped_tags %} {% block title %}{{ scope.name }}{% endblock %} {% block page_title %}{{ scope.name }}{% endblock %} {% block page_subtitle %}{{ scope.description|default:"Team scope" }}{% endblock %} {% block layer_indicator %}L4 Tenancy · A5 Config{% endblock %} {% block content %} {# Tabs #}
| Principal | Kind | Role |
|---|---|---|
| Scope Owner | — | {% include "components/_state_badge.html" with state="OWNER" %} |
| {{ m.display_name }} | {{ m.kind }} | {% include "components/_state_badge.html" with state=m.role %} |
| Service | Access Level | Projected At |
|---|---|---|
| {{ p.data.name|default:p.object_id|truncate_id }} | {% include "components/_state_badge.html" with state=p.access_level %} | {{ p.projected_at|format_dt }} |
No services shared with this team.
{% endif %} {% elif active_tab == "config" %} {% if settings %}| Key | Value | Description |
|---|---|---|
| {{ s.key }} | {{ s.value_json }} | {{ s.description|default:"—" }} |
No configuration settings for this scope.
{% endif %} {% endif %} {% endblock %}