{{#unless item.parentItem}}
{{/unless}} {{#if (eq item.type "weapon")}}
{{else if (eq item.type "treasure")}} {{formGroup systemFields.category choices=categories value=item.system.category}} {{else if (nor (eq item.type "armor") (eq item.type "shield") (eq item.type "ammo"))}}
{{/if}}
{{#if (or (eq item.type "ammo") (eq item.type "consumable"))}} / {{/if}}
{{#if stackGroups}}
{{/if}} {{#if data.subitems}}
{{/if}} {{#if otherTags}}
    {{#each otherTags as |tag|}}
  1. {{tag.label}}
  2. {{/each}}
{{/if}}