@if (sideMenuOpened()) {
{{ scopeTitle() }}
{{ scopeLabel() }}
{{ scopeDescription() }}
}
@for (e of menus(); track $index) {
-
@if (e.icon) {
}
@if (sideMenuOpened()) {
{{ 'PAC.MENU.' + e.label | translate: { Default: e.label } }}
@if (e.deprecated) {
{{ 'PAC.KEY_WORDS.DeprecatedSuffix' | translate: { Default: ' (Deprecated)' } }}
}
@if (e.deprecated) {
}
}
}