{{!-- Description Tab --}}
{{editor content=data.data.description target="data.description" button=true owner=owner
editable=editable}}
{{!-- Attributes Tab --}}
{{localize 'OD6S.TYPE'}}: {{localize "OD6S.SPECIES_TEMPLATE"}}
{{#each data.data.attributes as |data key|}}
{{#unless (eq key "met") }}
{{getAttributeName key}}:
{{diceFromScore data.min}}D+{{pipsFromScore data.min}}
{{diceFromScore data.max}}D+{{pipsFromScore data.max}}
{{/unless}}
{{/each}}
{{#each (templateItemTypes 'species-template') 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 }}