@if (isLoading()) {
} @else if (error()) { } @else if (!agendaItems()?.length) {
No items found (already added are not shown)
} @else {
@for (day of agendaItems(); track day.dayStr) {

{{ day.dayStr | date: 'shortDate' }}

@for (item of day.itemsForDay; track item.issueData.id) { }
}
}