@for (p of appPages; track $index) { @if (p.divider) { @if (p.cssClass !== 'flex-spacer') { {{ p.title | translate }} } } @else { @if (p.url && (!p.visible || p.visible())) { {{ p.title | translate }} } @else if (p.handle && (!p.visible || p.visible())) { {{ p.title | translate }} } } }