{{localize "Attributes"}} {{#each this.attributes as |attribute key|}}
{{key}}
{{!--
--}}
{{#if ../editAttributes}} {{else}}
{{attribute.data.value}}
{{/if}}
{{#each this.descriptors}}
{{this}}
{{/each}}
{{#each attribute.verbs}}
{{this}}
{{/each}}
{{/each}}