{{ day | amDateFormat: dateFormat }}
@if (dateSeriesGroups; as groups) {
@for (group of groups; track group) {
@for (scheduleEvent of group; track scheduleEvent) { }
}
} @if (day | dateIsThis: 'date') { }