{{task.title}}

list {{T.F.TASK.ADDITIONAL_INFO.SUB_TASKS|translate:{nr: task.subTasks?.length} }}
subdirectory_arrow_right {{T.F.TASK.ADDITIONAL_INFO.PARENT|translate}} {{(taskService.getByIdOnce$(task.parentId)|async)?.title}} timer {{T.F.TASK.ADDITIONAL_INFO.TIME|translate}} / alarm {{T.F.TASK.ADDITIONAL_INFO.REMINDER|translate}} {{T.F.TASK.ADDITIONAL_INFO.SCHEDULE_TASK|translate}}
{{reminderData.remindAt|humanizeTimestamp}}
chat chat_bubble_outline {{T.F.TASK.ADDITIONAL_INFO.NOTES|translate}} attachment {{T.F.TASK.ADDITIONAL_INFO.ATTACHMENTS|translate:{ nr: issueAttachments?.length + localAttachments?.length } }}

{{T.F.TASK.ADDITIONAL_INFO.LOCAL_ATTACHMENTS|translate}}

attachment {{T.F.TASK.ADDITIONAL_INFO.ADD_ATTACHMENT|translate}} {{T.F.TASK.ADDITIONAL_INFO.REPEAT|translate}}
{{repeatCfgLabel}}
Created on {{task?.created|date:'short'}}
Completed on {{task?.doneOn|date:'short'}}
add {{T.F.TASK.CMP.DROP_ATTACHMENT|translate:{title: task?.title} }}