{{ widget.dw_title }} {{ children.length }}
@if (children.length > 0) { @for (c of visibleChildren; track c; let i = $index) {
@if (i === maxTiles - 1 && overflowCount > 0) {
+{{ overflowCount }} altri
} @else { {{ c.dw_title }} }
} @for (_ of [].constructor(maxTiles - visibleChildren.length); track _) {
} } @else {
}