@for (item of statistics; track $index) {
}
@for (item of statisticsData.slice(0, 4); track $index; let i = $index) {
@if (i % 2 === 0) {
} @else {
}
}
@for (item of statisticsData.slice(4, 8); track $index; let i = $index) {
@if (i % 2 === 0) {
} @else {
}
}
@for (item of statisticsData.slice(8, 12); track $index; let i = $index) {
@if (i % 2 === 0) {
} @else {
}
}