@if (loading()) {
|
@for (tab of tabs; track tab) { }
@if (activeTab() === 'History') {
@for (_ of [1,2,3]; track $index) { }
@for (_ of [1,2,3,4,5]; track $index) {
@for (_ of [1,2,3]; track $index) { }
}
} @else if (activeTab() === 'Settings') {
} @else {
@for (_ of [1,2,3,4]; track $index) {
}
@for (_ of [1,2,3]; track $index) {
}
}
} @else { @let comp = composite(); @if (comp) {
← Composites |

{{ comp.display_name }}

({{ comp.name }}) @if (compositeType(); as cType) { }
@if (!editing()) { }
@for (tab of tabs; track tab) { {{ tab }} }
@if (activeTab() === 'Details') {
@if (editing()) {
} @if (metadataLoading()) {
@for (_ of [1,2,3]; track $index) {
}
} @else if (metadataFields().length > 0) { } @if (editing()) {
}
Members
@if (showMemberForm()) {

Add Member

}
} @else if (activeTab() === 'History') {
} @else if (activeTab() === 'Settings') {
}
} }