filter_alt
@if (filteredTasks$ | async; as allTasks) {
@for (task of allTasks; track task.id) { } @if (allTasks.length === 0) {
{{ T.F.PLANNER.NO_TASKS | translate }}
}
}