@if (processFilter) { @if (!isLoading) { @if (showProcessFilterName) { {{processFilter.name | translate}} } @if (showTitle) { {{ 'ADF_CLOUD_EDIT_PROCESS_FILTER.TITLE' | translate}} } @if (showFilterActions) {
@if (toggleFilterActions) { @for (filterAction of processFilterActions; track filterAction) { } }
}
} @else {
}
} @if (!isLoading) { @if (editProcessFilterForm) {
@for (processFilterProperty of processFilterProperties; track filterTracker($index, processFilterProperty)) { @if (processFilterProperty.type === 'select') { {{processFilterProperty.label | translate}} @for (propertyOption of processFilterProperty.options; track propertyOption) { {{ propertyOption.label | translate }} } } @if (processFilterProperty.type === 'multi-select') { {{processFilterProperty.label | translate}} @for (propertyOption of processFilterProperty.options; track propertyOption) { {{ propertyOption.label | translate }} } } @if (processFilterProperty.type === 'text') { } @if (processFilterProperty.type === 'number') { } @if (processFilterProperty.type === 'date') { {{processFilterProperty.label | translate}}
@if (hasError(processFilterProperty)) {
{{'ADF_CLOUD_EDIT_PROCESS_FILTER.ERROR.DATE' | translate}}
}
} @if (processFilterProperty.type === 'date-range') { } @if (processFilterProperty.type === 'people') { } }
} }