@if (isForToday && !cfg?.misc?.isDisableCelebration) {
} @else {
{{ T.PDS.SUMMARY_FOR | translate: { dayStr: dayStr } }}
}
schedule
{{ T.PDS.START_END | translate }}
–
check
{{ T.PDS.TASKS_COMPLETED | translate }}
/
timer
{{ T.PDS.TIME_SPENT_AND_ESTIMATE_LABEL | translate }}
/
@if (isBreakTrackingSupport$ | async) {
free_breakfast
{{ T.PDS.BREAK_LABEL | translate }}
/
}
@let focusSessionCount = focusSessionCount$ | async;
@if (focusSessionCount) {
center_focus_strong
{{ T.PDS.FOCUS_SUMMARY | translate }}
{{ focusSessionCount }} /
{{ focusSessionDuration$ | async | msToClockString }}
}
@if (simpleCounterSummaryItems()?.length) {
@for (simpleCounter of simpleCounterSummaryItems(); track simpleCounter.id) {
}
}
@if (typeof dailySummaryNoteTxt() === 'string') {
} @else {
}
@if (tasksWorkedOnOrDoneOrRepeatableFlat$ | async; as tasks) {
@if (tasks?.length) {
} @else if (isArchiveLoaded()) {
{{ T.PDS.NO_TASKS | translate }}
} @else {
}
@if (tasks?.length) {
}
{{ T.PDS.WEEK | translate }}
@if (isForToday) {
}
} @else {
}
@if (!(configService.evaluation$ | async)?.isHideEvaluationSheet) {
}
@if (isForToday) {
}
@if (isForToday) {
}
@if (!isForToday) {
}