@if (search()) { }
@if (mode() === 'mine') { @if (loadingDefaultWorkspace()) {
{{ 'PAC.Explore.LoadingMineWorkspace' | translate: { Default: 'Loading your default workspace...' } }}
} @else if (!defaultWorkspace()) {

{{ 'PAC.Explore.NoDefaultWorkspaceTitle' | translate: { Default: 'No Default Workspace Found Yet' } }}

{{ 'PAC.Explore.NoDefaultWorkspaceDescription' | translate : { Default: 'Content under"Mine" is loaded from the current user\'s default workspace. No default workspace is available for this account yet, so please open a workspace and finish initialization first.' } }}

{{ 'PAC.Explore.OpenWorkspace' | translate: { Default: 'Open Workspace' } }}
} @else {
{{ 'PAC.Explore.MineWorkspace' | translate: { Default: 'My Default Workspace' } }}

{{ defaultWorkspace()?.name }}

{{ 'PAC.Explore.MineWorkspaceHint' | translate : { Default: 'This view shows the skills, agents, and inspiration assets in your default workspace so you can quickly revisit and reuse them.' } }}

{{ 'PAC.Explore.OpenCurrentWorkspace' | translate: { Default: 'Open Current Workspace' } }}
@switch (tab()) { @case ('skills') { } @case ('inspirations') { } @default { } }
} } @else { @switch (tab()) { @case ('skills') { } @case ('inspirations') { } @default { } } }