@if (isTenantScope()) {
} @else if (currentOrganization()) { } @if (!isCollapsed()) {
{{ scopeEyebrow() }}
{{ scopeLabel() }}
}
@if (organizationsLoading()) {
{{ 'PAC.Organization.Loading' | translate: { Default: 'Loading organizations...' } }}
} @if (showTenantScopeItem()) {
{{ 'PAC.Scope.TenantSection' | translate: { Default: 'Tenant Console' } }}
{{ 'PAC.Scope.TenantLabel' | translate: { Default: 'Tenant defaults and governance' } }}
{{ 'PAC.Scope.TenantHint' | translate: { Default: 'Manage tenant-wide defaults, organizations, and inherited configuration.' } }}
} @if (hasVisibleOrganizations()) {
{{ 'PAC.Scope.OrganizationSection' | translate: { Default: 'Organizations' } }}
@for (org of organizations(); track org.id) {
{{ org.name }}
} } @else if (hasOrganizations()) {
{{ 'PAC.Organization.EmptySearch' | translate: { Default: 'No matching organizations.' } }}
}