{{month}}
KW {{week}}
@for (item of items; track item.id) {
{{item.title}}
}
@for(day of [0,1,2,3,4,5,6]; track day) {
{{getDate(day)}}
{{getWeekday(day)}}
} @for (item of items; track item.id) {
@for(day of [0,1,2,3,4,5,6]; track day) { @for (time of getDayWorkTime(day); track $index) {
}} @for (bar of item.items; track $index) {
{{bar.title}}
}
@for(day of [0,1,2,3,4,5,6]; track day) {
@for (time of getDayWorkTime(day); track $index) {
}
}
}
{{month}}
@for (week of intervalArray; track week.title) {
{{week.title}}
}
@for (item of items; track item.id) {
{{item.title}}
}
@for(day of [0,1,2,3,4,5,6,7]; track day) {
{{getDate(day)}} {{getWeekday(day)}}
@for (hour of hourArray; track hour) { {{hour}} }
}
@for (item of items; track item.id) {
@for(day of [0,1,2,3,4,5,6,7]; track day) { @for (time of getDayWorkTime(day); track $index) {
}}
@for (bar of item.items; track $index) {
{{bar.title}}
}
}
{{view.month}}
@for (cell of view.intervalDescriptor; track cell.title) {
{{cell.title}}
}
@for (item of items; track item.id) {
{{item.title}}
}
@for(item of view.cellDescriptors; track item.title) {
{{item.title}} {{item.subTitle}}
@for (item of view.tickDescriptors; track item.title) { {{item.title}} }
}
@for (item of items; track item.id) {
@for(day of view.cellDescriptors; track day.title) { @for (time of day.available; track $index) {
}}
@for (bar of item.items; track $index) {
{{bar.title}}
}
}