{{ 'taskDetailsTitle' | translate }}

{{ 'createdBy' | translate }}: {{ task.createdBy }}

{{ 'taskId' | translate }}: {{ task.uuid }}

{{ 'status' | translate }}: {{ task.status }}

{{ 'creationDate' | translate }}: {{ task.createdAt | date: 'short' }}

{{ 'notes' | translate }}: {{ task.notes }}

{{ 'includedCommandGroups' | translate }}

{{ 'commandGroupColumn' | translate }} {{ group.name }} UUID {{ group.uuid }}

{{ 'commandsToExecute' | translate }}

{{ 'group' | translate }}: {{ group.name }}

{{ 'commandColumn' | translate }} {{ command.name }} UUID {{ command.uuid }}