{{!-- Description Tab --}}
{{editor content=data.data.description target="data.description" button=true owner=owner
editable=editable}}
{{!-- Attributes Tab --}}
{{localize 'OD6S.ACTOR_TYPES'}}
{{#each data.data.actor_types as |type|}}
{{ localize (getActorTypeLabel type) }}
{{/each}}
{{#each (templateItemTypes 'item-group' data.data.actor_types) as |itemType typeKey|}}
{{localize itemType.label}}
{{#if itemType.label}}
{{/if}}
{{#each ../data.data.items as |templateItem key| }}
{{#if (eq templateItem.type typeKey)}}
-
{{/if}}
{{/each}}
{{/each}}
{{!--Labels Tab --}}
{{> systems/od6s/templates/item/item-labels-tags.html }}