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