@let type = instrumentType(); @if (!type) {
|
@for (_ of [1,2,3]; track $index) { }
@for (_ of [1,2,3]; track $index) {
}
} @else {
← Instrument Types |

{{ type.display_name }}

@if (type.parent_type_id) { | Parent: {{ inheritedFields()[0]?.source_type_name || 'View Parent' }} } @if (type.description) { }
@if (activeTab() === 'Details' && !editing()) { }
Details Fields Settings
@if (activeTab() === 'Details') {
@if (editing()) {
}
} @else if (activeTab() === 'Fields') {
Metadata Fields

Fields for this instrument type, including inherited from parent types.

@if (showAddField()) {

Add Metadata Field

@if (showCreateMetadata()) {

New Metadata Type

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