@if (scenarioExecutionReport?.dataset.datatable && scenarioExecutionReport?.dataset.datatable.length > 0) {
Datatable
}
@if (scenarioExecutionReport?.dataset.constants && scenarioExecutionReport?.dataset.constants.length > 0) {
{{'global.smallword.key' | translate }}/ {{'global.smallword.value' | translate }}
@for (uniqueValue of scenarioExecutionReport?.dataset.constants; track $index) {
{{ uniqueValue.key }}
@if (enableEditorView(uniqueValue.value)) {
}
}
}