{{ folder?.dw_title }} ({{ positionedChildren.length }})
@if (editMode) {
}
@if (positionedChildren.length === 0) {

{{ 'dashboard.lbl.empty_folder' | translate }}

} @if (positionedChildren.length > 0) {
@for (cell of gridCells; track trackByCell($index, cell)) {
} @for (child of positionedChildren; track trackByChildId($index, child)) {
@if (editMode) {
} @if (editMode) {
{{ child._pos.colSpan }}x{{ child._pos.rowSpan }}
} @if (editMode) { } @if (editMode) {
}
}
}