@let t = task(); @if (IS_TOUCH_PRIMARY && isPanHelperVisible()) {
@if (!t.isDone) { check } @if (t.isDone) { undo }
@if (!t.repeatCfgId) { today } @if (t.repeatCfgId) { }
}
@if (t.isDone) { }
@if (isCurrent()) { play_arrow }
@if (t.repeatCfgId) {
@if (!isRepeatTaskCreatedToday()) {
{{ t.created | shortDate2 }}
} @if (t.repeatCfgId) { }
} @if (t.issueId) {
@if (t.issuePoints) {
{{ t.issuePoints }}
}
}
@if (!isInSubTaskList() && t.parentId) {
{{ parentTitle() }}
}
@if (!t.subTasks?.length) {
@if (t.timeSpent) {
/
}
} @if (t.subTasks?.length) {
functions
/
{{ t.timeEstimate | msToString }}
}
@if (isFirstLineHover && !IS_TOUCH_PRIMARY) { } @if (t.attachments?.length || t.issueAttachmentNr) { } @if (t.reminderId) { } @else if (t.dueWithTime) { } @else if (isShowDueDayBtn()) { }
@if (t.notes || (t.issueId && t.issueType !== ICAL_TYPE)) { }
@if (isCurrent()) { } @if (t.subTasks?.length) {
@if (t.subTasks?.length) { } @if (t.subTasks?.length) { }
} @if (isDragOver) {
add {{ T.F.TASK.CMP.DROP_ATTACHMENT | translate: { title: t.title } }}
}
@if (isContextMenuLoaded()) { } @if (moveToProjectList()) { @for (project of moveToProjectList(); track trackByProjectId($index, project)) { } } @if (isTagMenuVisible()) { }