@if (label()) { } @if (isGroup()) {
@for (item of items(); track item.id) { }
} @else { @for (item of items(); track item.id) {
@if (item.description) {
{{ item.description}}
}
} }