@for (row of boxesConfig; track row) {
{{ row.title | translate }}
@for (box of row.boxes; track box) {
}
}