Additional Conditions

@if (additionalConditions().length > 0) {
Active
Section
Key
Comparator
Value
Missing Data
Actions
}
@for (condition of additionalConditions(); track $index) {
{{ getSectionLabel(condition[0]) }}
{{ condition[1] }}
{{ getComparatorLabel(condition[2]) }}
{{ condition[3] }}
{{ getMissingDataLabel(condition[5]) }}
}
@if (additionalConditions().length > 0) { } @if (showAddConditionForm()) {
Section @for (option of SECTION_OPTIONS; track option.key) { {{ option.label }} } If Data Missing @for (opt of HANDLE_MISSING_DATA_OPTIONS; track opt.key) { {{ opt.label }} }
Key @if (availableKeys().length > 0) { @for (key of availableKeys(); track key) { {{ key }} } } @else { } Comparator @for (opt of COMPARATOR_OPTIONS; track opt.key) { {{ opt.label }} } Value
} @else {
}