@if (!(workContextService.isContextChangingWithDelay$ | async)) {
@if (!isPlanningMode() && (estimateRemainingToday() || workingToday())) {
{{ T.WW.ESTIMATE_REMAINING | translate }} ~{{ estimateRemainingToday() | msToString }}
{{ T.WW.WORKING_TODAY | translate }} {{ workingToday() | msToString }} @if ( workContextService.workingTodayArchived$ | async; as workingTodayArchived ) { (+{{ workingTodayArchived | msToString }}) }
@if (isShowTimeWorkedWithoutBreak) {
{{ T.WW.WITHOUT_BREAK | translate }} {{ takeABreakService.timeWorkingWithoutABreak$ | async | msToString }}timer
}
} @if (isPlanningMode()) {
@if (!undoneTasks()?.length) {

{{ T.WW.ADD_SOME_TASKS | translate }}

} @if (undoneTasks()?.length) {
{{ T.WW.TIME_ESTIMATED | translate }} ~{{ workContextService.estimateRemainingToday$ | async | msToString }} timer
}
}
@if (improvementService.hasLastTrackedImprovements$ | async) { }
@if (!isPlanningMode() && !(workContextService.isHasTasksToWorkOn$ | async)) {

{{ T.WW.NO_PLANNED_TASKS | translate }}

@if (workContextService.isToday$ | async) { } @if ( !(workContextService.isToday$ | async) && workContextService.activeWorkContextType === 'PROJECT' ) { } @if ( !(workContextService.isToday$ | async) && workContextService.activeWorkContextType === 'TAG' ) { }
} @if (isPlanningMode()) {
} @if (!isPlanningMode() || doneTasks()?.length) {

{{ T.WW.COMPLETED_TASKS | translate }}

@if (workContextService.isToday$ | async) { } @if ( !(workContextService.isToday$ | async) && workContextService.activeWorkContextType === 'PROJECT' ) { } @if ( !(workContextService.isToday$ | async) && workContextService.activeWorkContextType === 'TAG' ) { }
}
@if (isShowBacklog()) {
@if (splitInputPos !== 100) {
}
}
}