{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Description Tab --}}
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
{{!-- Attributes Tab --}}
Attribute Key Value Label Data Type
    {{#each data.attributes as |attr key|}}
  1. {{!-- Handle booleans. --}} {{#if attr.isCheckbox}} {{else}} {{!-- Handle resources. --}} {{#if attr.isResource}}
    {{!-- Handle other input types. --}} {{else}} {{/if}} {{/if}}
  2. {{/each}}