{{#if (eq item.type "weapon")}}
{{else if (nor (eq item.type "armor") (eq item.type "shield"))}}
{{/if}}
{{#if (eq item.type "consumable")}} / {{/if}}
{{#if stackGroups}}
{{/if}}
    {{#if otherTags}} {{#each otherTags as |tag|}}
  1. {{tag.label}}
  2. {{/each}} {{/if}}