Delete task Delete tasks

You are about to delete {{$ctrl.tasks[0].description}} task which is {{$ctrl.tasks[0].status | lowercase}} and was last modified on {{$ctrl.tasks[0].last_modified | date:'medium'}}.

You are about to delete {{::$ctrl.tasks.length}} tasks.

If you delete running tasks, it will abort the execution and won't roll back what has been done so far!

Processing deletion requests: {{$ctrl.finishedTasks}} of {{$ctrl.tasks.length}}

Couldn't delete {{$ctrl.pendingDeletionFailure.length}} task{{$ctrl.pendingDeletionFailure.length === 1 ? '' : 's'}}.