@for (command of data.commands; track command) { /{{command}} }

@if (contexts().length) {
@for (item of contexts(); track $index) { {{item.caption || item.key}} }
} @if (loadingContext$ | async) { } @else if (filteredContextItems()) {
{{item.caption}} {{item.key}}
}
@if (error()) { {{error()}} } @if (creating()) { }
@if (loadingContext$ | async) { } @else if (filteredContextMenuItems()) { }