{{#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 stackGroups}}
{{/if}}
{{#if data.subitems}}
{{/if}}
{{#if otherTags}}
{{#each otherTags as |tag|}}
- {{tag.label}}
{{/each}}
{{/if}}