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