1. {{localize "BOL.itemCategory.equipment"}}
    {{localize "BOL.ui.quantity"}}
  2. {{#each data.equipment as |item id|}}
  3. {{item.name}}

    {{item.data.quantity}}
    {{#if data.properties.equipable}} {{#if data.worn}}
    {{else}}
    {{/if}} {{/if}}
  4. {{/each}}