drag_indicator {{ 'Story.Common.Calculations' | translate: { Default: 'Calculations' } }} & {{ 'Story.Common.Parameters' | translate: { Default: 'Parameters' } }}
@for (parameter of parameters(); track parameter.name) {
}
@for (calculation of calculations(); track calculation.name) {
}
@if (loadingCubes$ | async) { } @else if (cubes$ | async) { }