{{ 'PAC.ChatBI.NewCalculatedMeasures' | translate: {Default: 'New calculated measures'} }}:
@for (id of answer.indicators; track id) { @if (indicators()[id]; as indicator) { {{indicator.name}} @if (indicator.unit) { {{indicator.unit}} }{{indicator.formula}}
}
}