@let cfg = cfg$ | async;
@if (isForToday) {
chevron_left {{ T.PDS.BACK | translate }}
}

@if (isForToday) { } @if (!isForToday) { {{ 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 }}
{{ timeWorked$ | async | msToClockString }} / {{ estimatedOnTasksWorkedOn$ | async | msToClockString }}
@if (isBreakTrackingSupport$ | async) {
free_breakfast
{{ T.PDS.BREAK_LABEL | translate }}
{{ breakNr$ | async }} / {{ breakTime$ | async | msToClockString }}
}
@if (simpleCounterSummaryItems()?.length) {
@for (simpleCounter of simpleCounterSummaryItems(); track simpleCounter.id) { }
}
@if (typeof cfg?.dailySummaryNote?.txt === 'string') { } @else { }
@if (tasksWorkedOnOrDoneOrRepeatableFlat$ | async; as tasks) { @if (tasks?.length) { } @else {

{{ T.PDS.NO_TASKS | translate }}

} @if (tasks?.length) { }

{{ T.PDS.WEEK | translate }}

@if (isForToday) { }
} @else { }
@if (!(configService.evaluation$ | async)?.isHideEvaluationSheet) {
} @if (isForToday) {
}
@if (isForToday) { } @if (!isForToday) { }
@if (showSuccessAnimation) {
wb_sunny
}