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