{{ 'TASK_DETAILS.LABELS.ASSIGNEE' | translate }}: {{taskDetails.assignee.lastName }}
{{ 'TASK_DETAILS.LABELS.DUE' | translate }}: {{taskDetails?.dueDate ? taskDetails.dueDate : ('TASK_DETAILS.DUE.NONE' |translate) }}
{{ 'TASK_DETAILS.LABELS.FORM' | translate }}: {{taskForm?.name ? taskForm.name : ('TASK_DETAILS.FORM.NONE' | translate) }}