@if (conditions()?.length > 1) {
@if (eWorkflowLogicalOperator.AND === logicalOperator()) {
{{'PAC.Workflow.And' | translate: {Default: 'And'} }}
} @else {
{{'PAC.Workflow.Or' | translate: {Default: 'Or'} }}
}
}
@for (condition of conditions(); track condition.id; let i = $index) {
}