@if (isShowSubTasksPanel()) { list {{ T.F.TASK.ADDITIONAL_INFO.SUB_TASKS | translate: { nr: task().subTasks?.length || 0 } }} @if (task().subTasks && task().subTasks.length) {
@if (task().subTasks?.length) { }
} @if (isAddSubtaskInputVisible()) { }
} @if (task().parentId) { subdirectory_arrow_right {{ T.F.TASK.ADDITIONAL_INFO.PARENT | translate }} @if (parentTaskData()?.issueType; as issueType) { } {{ parentTaskData()?.title }} } @if (showTimeEstimate()) { hourglass_empty {{ T.F.TASK.ADDITIONAL_INFO.TIME | translate }} / } {{ showScheduleIcon() }} {{ scheduleLabelKey() | translate }} @if (task().dueWithTime) {
{{ task().dueWithTime | localeDate: 'short' : undefined : locale() }}
} @if (task().dueDay) {
@if (isPlannedForTodayDay()) { wb_sunny {{ T.G.TODAY_TAG_TITLE | translate }} } @else { {{ task().dueDay | localeDate: 'shortDate' : undefined : locale() }} }
}
flag {{ deadlineLabelKey() | translate }} @if (task().deadlineWithTime) {
{{ task().deadlineWithTime | localeDate: 'short' : undefined : locale() }}
} @else if (task().deadlineDay) {
{{ task().deadlineDay | localDateStr: '' }}
} @if (task().deadlineWithTime || task().deadlineDay) { }
@if (task().issueId && task().issueType !== ICAL_TYPE) { @if (!isIssueDataLoadedForCurrentType()) { } @if (issueData() && isIssueDataLoadedForCurrentType()) { } } @if (isMarkdownChecklist()) { checklist Checklist } @else if (task().notes) { chat {{ T.F.TASK.ADDITIONAL_INFO.NOTES | translate }} } @else { chat_bubble_outline {{ T.F.TASK.ADDITIONAL_INFO.NOTES_OR_CHECKLIST | translate }} } @if (hasAttachments()) { attachment {{ T.F.TASK.ADDITIONAL_INFO.ATTACHMENTS | translate: { nr: totalAttachments() } }}
@if (task().issueType) { } @if (issueAttachments().length && localAttachments().length) {

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

}
} @if (!hasAttachments()) { attachment {{ T.F.TASK.ADDITIONAL_INFO.ADD_ATTACHMENT | translate }} } @if (!task().parentId && !task().issueId) { repeat {{ T.F.TASK.ADDITIONAL_INFO.REPEAT | translate }} @if (repeatCfgLabel()) {
{{ repeatCfgLabel() }}
}
} label
Created on {{ task().created | localeDate: 'short' : undefined : locale() }}
@if (task().doneOn) {
Completed on {{ task().doneOn | localeDate: 'short' : undefined : locale() }}
}
@if (panelState.isDragOver()) {
add {{ T.F.TASK.CMP.DROP_ATTACHMENT | translate: { title: task().title } }}
}