{{ 'PAC.Project.Home' | translate: { Default: 'Home' } }}
{{ 'PAC.Project.Bookmarks' | translate: { Default: 'Bookmarks' } }}
@if (unfoldBookmarks) {
@for (bookmark of bookmarks; track bookmark.story.id) {
-
}
}
{{ 'PAC.Project.Collections' | translate: { Default: 'Collections' } }}
@switch (node.raw.__type__) {
@case ('collection') {
{{ node.caption }}
}
@case ('story') {
📖
{{ node.caption }}
}
}
@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) {
-
{{ model.name }}
}
}
{{ 'PAC.Project.Indicators' | translate: { Default: 'Indicators' } }}
@if (!isDefaultProject()) {
{{ 'PAC.Project.Members' | translate: { Default: 'Members' } }}
{{ 'PAC.Project.Files' | translate: { Default: 'Files' } }}
}