@if (accountService.currentUser(); as user) { @if(!navService.sideNavCollapsedSignal()) {
@for(section of sections; track section.title + section.children.length; let idx = $index;) { @let children = getVisibleChildren(user, section); @if (children.length > 0) {
{{t(section.title)}}
@for(item of children; track item.fragment) { } } }
@if (breakpointService.isTabletOrBelow()) {
} } }