@for (item of items; track item) { @if (item) { {{ 'name' | thingTranslate: $any(item) }} } } @if (moreAnchor === 'start') { @if (more | async; as more) { @for (item of more; track item) { } } } @if (showSelfInPopover) { @for (item of items; track item) { } } @if (moreAnchor === 'end') { @if (more | async; as more) { @for (item of more; track item) { } } } @if (item) { {{ 'name' | thingTranslate: $any(item) }} }