@if (isMarketplaceWorkspaceRoute()) {
@if (currentUrl().includes('clawxpert-connectors')) {
}
} @if (!isStandaloneWorkspaceRoute()) {
{{ workspace()?.name || ('XP.Xpert.SelectWorkspace' | translate: { Default: 'Select a workspace' }) }}
@if (isTenantSharedWorkspace()) { }
@if (workspace()) { }
} @if (loading()) { } @if (!paramId()) { }
@if (workspaces()?.length > 10) {
} @else { }
@for (item of filteredWorkspaces(); track item.id) {
@if (me().id === item.ownerId) { } {{ item.name }} @if (workspaceService.isTenantShared(item)) { }
@if (!loadingDefaultWorkspace() && defaultWorkspaceId() === item.id) { {{ 'XP.Xpert.DefaultWorkspace' | translate: { Default: 'Default' } }} } @else { }
} @empty {
{{ 'XP.KEY_WORDS.Empty' | translate: { Default: 'Empty' } }}
}
@if (workspace() && canManageWorkspace()) { }