{{ 'PAC.Project.Bookmarks' | translate: {Default: 'Bookmarks'} }}
drag_indicator 📖 {{bookmark.story.name}}
{{ 'PAC.Project.Collections' | translate: {Default: 'Collections'} }}
@switch (node.raw.__type__) { @case('collection') { folder {{node.caption}} } @case('story') { 📖 {{node.caption}} } } folder {{node.caption}}
{{ 'PAC.Project.SemanticModels' | translate: {Default: 'Semantic Models'} }}
drag_indicator {{ model.name }}
@if (!isDefaultProject()) { }
@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' } }}