@if (item.visible()) { @if (item.plainText) {
{{ item.label | translate }}
} @else if (item.divider) {
} @else if (button) { @if (item.icon) { } @for (elem of item.items; track $index) { } } @else { @for (elem of item.items; track $index) { } } }