home
{{ 'PAC.Project.Home' | translate: {Default: 'Home'} }}
{{ 'PAC.Project.Bookmarks' | translate: {Default: 'Bookmarks'} }}
{{ '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 }}
trending_up
{{ 'PAC.Project.Indicators' | translate: {Default: 'Indicators'} }}
@if (!isDefaultProject()) {
people
{{ 'PAC.Project.Members' | translate: {Default: 'Members'} }}
attach_file
{{ 'PAC.Project.Files' | translate: {Default: 'Files'} }}
}