{{#if isEditing}} {{ select-2 multiple=false content=allCharacteristics value=measurement.characteristic optionLabelPath="characteristicName" }} {{input value=measurement.value}} {{input value=measurement.notes}} {{#if canEdit}} {{#if rowChanged}} {{else}} {{/if}} {{/if}} {{else}} {{{measurement.characteristic.characteristicTypeName}}} {{#link-to 'protected.characteristics.show' measurement.characteristic.id}} {{{measurement.characteristic.characteristicName}}} {{/link-to}} {{measurement.value}} {{measurement.notes}} {{#if canEdit}} {{delete-button delete=(action 'delete')}} {{/if}} {{/if}}