{{ 'PAC.Project.Bookmarks' | translate: { Default: 'Bookmarks' } }}
@if (unfoldBookmarks) { }
{{ 'PAC.Project.Collections' | translate: { Default: 'Collections' } }}
@if (node.raw.__type__ === 'collection') { } {{ node.caption }} @if (node.raw.__type__ === 'collection') { }
{{ 'PAC.Project.SemanticModels' | translate: { Default: 'Semantic Models' } }} @if (isOwner) { }
@if (modelsExpand) {
    @for (model of project?.models; track model.id) { }
} @if (!isDefaultProject()) { }
@if (raw?.id !== DefaultCollection.id) { } @if (raw?.id !== DefaultCollection.id) { }
@switch (story.status) { @case (StoryStatusEnum.RELEASED) { } @default { } }

{{ 'PAC.ACTIONS.CREATE' | translate: { Default: 'Create' } }} {{ 'PAC.Project.Collection' | translate: { Default: 'Collection' } }}

{{ 'PAC.Project.CollectionName' | translate: { Default: 'Name' } }}

{{ 'PAC.Project.MoveToCollection' | translate: { Default: 'Move to collection' } }}