{{formGroup fields.name value=source.name rootId=rootId disabled=nameImgDisabled}} {{formGroup fields.type value=source.type options=types classes="slim" rootId=rootId}} {{formGroup fields.documentUuid value=source.documentUuid options=documentUuids blank="" hidden=(eq source.type "text") rootId=rootId}} {{formGroup fields.img value=source.img disabled=nameImgDisabled rootId=rootId}} {{formGroup fields.weight value=source.weight classes="slim" rootId=rootId}}
{{formInput fields.range.element name="source.range.0" value=source.range.[0] placeholder="L" id=(concat rootId "-source.range.0")}} {{formInput fields.range.element name="source.range.1" value=source.range.[1] placeholder="H"}}
{{formGroup fields.description value=source.description rootId=rootId}}