@let nrOfPlannerItemsForTomorrow = addTasksForTomorrowService.nrOfPlannerItemsForTomorrow$ | async; @let plannedForToday = addTasksForTomorrowService.allPlannedForTodayNotOnToday$ | async; @if ( workContextService.isToday && (isAlwaysShowIfAny() || (workContextService.activeWorkContext$ | async)?.taskIds.length === 0) && plannedForToday ) {