@for (slicer of slicers$ | async; track slicer; let i = $index) { } @if (editable() && !inline()) { } @if (editable() && inline()) { } @if (showVariable()) { @for (property of variables$ | async; track property.name) { } } @for (property of dimensions$ | async; track property.name) { @if (isSemanticCalendar(property)) { } @else { } } @if (showCombinationSlicer()) { } @if (showAdvancedSlicer()) { } @for (variable of dateVariables; track variable.id) { }