{{model.characteristicName}} {{! ROW 1 }}
Characteristic Type
{{model.characteristicTypeName}}
Sort Order
{{model.sortOrder}}
{{! ROW 2 }}
Measurements

To add/edit/remove a measurement, please visit the strain's page (links below)

{{protected/characteristics/show/measurements-table model=model}}
{{! ROW 3 }}
Record Created
{{null-time model.createdAt 'LL'}}
Record Updated
{{null-time model.updatedAt 'LL'}}
Record Deleted
{{null-time model.deletedAt 'LL'}}
{{#if model.canEdit}}
{{#link-to 'protected.characteristics.edit' model.id class="button-gray smaller"}} Edit {{/link-to}} {{delete-button delete=(action 'delete')}} {{/if}}