{{localize "DRAWING.NotePosition"}}
{{formGroup fields.author value=source.author rootId=rootId disabled=true blank=""}} {{formGroup fields.name value=source.name rootId=rootId}} {{formGroup fields.levels value=source.levels rootId=rootId input=inputs.createMultiSelectInput options=selectableLevels}} {{formGroup fields.x value=source.x step=1 rootId=rootId units=units.pixels}} {{formGroup fields.y value=source.y step=1 rootId=rootId units=units.pixels}} {{formGroup fields.shape.fields.width value=source.shape.width step=1 rootId=rootId units=units.pixels}} {{formGroup fields.shape.fields.height value=source.shape.height step=1 rootId=rootId units=units.pixels}} {{formGroup fields.rotation value=source.rotation step=1 rootId=rootId units=units.degrees}} {{formGroup fields.elevation value=source.elevation rootId=rootId units=gridUnits}} {{formGroup fields.sort value=source.sort rootId=rootId}}{{localize "DRAWING.FIELDS.interface.hint"}}