Esta semana
-
@for (date of weekDays(); track date) {
-
@if (daysFor(date).length === 0 && extrasFor(date).length === 0 && !holidayFor(date)) {{{ dayLabel(date) }}
@if (holidayFor(date); as hol) { {{ hol.label }} }Sin cosas del cole.
} @for (b of daysFor(date); track b.memberId) { } @for (e of extrasFor(date); track e.extracurricularId) { }
}