@if (!(workContextService.isContextChangingWithDelay$ | async)) {
@if (!pluginEmbedId()) {
@if (estimateRemainingToday() || workingToday()) {
{{ T.WW.ESTIMATE_REMAINING | translate }} ~{{ estimateRemainingToday() | msToString }} hourglass_empty
{{ T.WW.WORKING_TODAY | translate }} {{ workingToday() | msToString }} @if ( workContextService.workingTodayArchived$ | async; as workingTodayArchived ) { (+{{ workingTodayArchived | msToString }}) } timelapse
@if (isShowTimeWorkedWithoutBreak) {
{{ T.WW.WITHOUT_BREAK | translate }} {{ takeABreakService.timeWorkingWithoutABreak$ | async | msToString }}timer
}
}
} @if (pluginEmbedId(); as embedId) { } @else {
@if (!(workContextService.isHasTasksToWorkOn$ | async)) {

@if ( hasDoneTasks() || (workContextService.doneTodayArchived$ | async) ) { {{ T.WW.NO_PLANNED_TASK_ALL_DONE | translate }} } @else { {{ T.WW.NO_PLANNED_TASKS | translate }} }

@if (!overdueTasks().length) {
}
} @if (customizedUndoneTasks(); as customized) { @if (customized.grouped) { @for (group of customized.grouped | keyvalue; track group.key) { } } @else if (sections().length && !customizerService.isCustomized()) { @let bySection = undoneTasksBySection();
@for (section of sections(); track section.id) {
}
} @else { } } @if (isShowOverduePanel()) {
} @if (laterTodayTasks().length > 0 && isOnTodayList()) {
} @if (hasDoneTasks()) { @let nrOfDoneArchived = doneTasks()?.length === 0 ? (workContextService.doneTodayArchived$ | async) : 0;
@if (hasDoneTasks() && (!isOnTodayList() || !isFinishDayEnabled())) { }
} @if (isShowRepeatCfgsPanel()) {
@for (repeatCfg of repeatCfgsForContext(); track repeatCfg.id) { }
} @if (isOnTodayList() && isFinishDayEnabled()) { }
}
@if (isShowBacklog() && !pluginEmbedId()) {
@if (splitInputPos !== 100) {
}
}
}