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