{{title}}

{{!-- geartype is passed into section-gear.html as variable --}} {{#each (itemsOfGeartype actor.itemTypes.gear geartype) as |item id|}} {{/each}}
{{ localize 'shadowrun6.label.column.name' }} {{ localize 'shadowrun6.label.column.rating' }} {{ localize 'shadowrun6.label.column.count' }} {{ localize 'shadowrun6.label.column.action' }}
{{item.name}} {{#if item.system.needsRating}} {{else}} - {{/if}} {{#if item.system.countable}} {{else}} 1 {{/if}}
{{> "systems/shadowrun-de/templates/sheets/common/collapsible-content-item.hbs" item=item actor=actor}}