• {{#if (eq title "Weapons")}} {{/if}} {{#if (eq title "Shields")}} {{/if}} {{#if (eq title "Armor")}} {{/if}} {{#if (and (ne title "Armor") (ne title "Shields"))}} {{/if}}
     
    • {{#each items as |equip key|}} {{> systems/fvtt-hero-system-6/templates/partials/partial-actor-equipment.hbs equip=equip}} {{/each}}