{{!-- Iterate through all attributes on the item and output buttons for any that are formula. --}}
{{#each item.data.attributes as |itemAttr key|}}
{{#if (eq itemAttr.dtype "Formula")}}
{{!-- Use the items.name.key format for shorthand. --}}
{{#if ../../shorthand}}
{{!-- Use the items.name.attributes.key.value format otherwise. --}}
{{else}}
{{/if}}
{{/if}}
{{/each}}
{{/each}}
{{!-- Attributes Tab --}}
Attribute KeyValueLabelData Type
{{#each data.attributes as |attr key|}}