@if (!isCollapsed) { @if (titleRoute) { } @else {

{{ title }}

} @if (createActions.length) {
@for (action of createActions; track action) { }
}
@for (item of items; track item.id; let first = $first) { @if (item.sectionHeaderBefore) {
{{ item.sectionHeaderBefore }}
} @if (dndEnabled() && item.dragKind) { } @else { } }
@if (bottomPanel) {
@if (bottomPanel.headerAction; as action) { }
@if (panelOpen) {
    @for (item of bottomPanel.items; track item) {
  • }
}
} } @if (!isCollapsed) {
}