@if (opt.key === 'IN_PROGRESS') {
}
@if (opt.key === 'DONE') {
}
{{ T.F.OPEN_PROJECT.CFG_CMP.DO_NOT | translate }}
{{ T.F.OPEN_PROJECT.CFG_CMP.ALWAYS_ASK | translate }}
@for (transition of cfg.availableTransitions; track transition.id) {
{{ transition.name }}
}
@if (showSetProgressOption(opt.key)) {
{{ T.F.OPEN_PROJECT.CFG_CMP.PROGRESS_ON_SAVE | translate }}
@if (this.cfg.isSetProgressOnTaskDone) {
}
}
}