1. {{localize "BOL.ui.weapons"}}
    {{localize "BOL.ui.slot"}}
    {{localize "BOL.ui.qty"}}
    {{localize "BOL.ui.price"}}
    {{localize "BOL.ui.equip"}}
  2. {{#each weapons as |item id|}}
  3. {{item.name}}

    {{#if item.data.properties.equipable}} {{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}} {{/if}}
    {{#if item.data.properties.stackable}}   {{item.data.quantity}}  {{/if}}
    {{item.data.price}}
    {{#if data.properties.equipable}} {{#if data.worn}} {{else}} {{/if}} {{/if}}
  4. {{/each}}
  1. {{localize "BOL.ui.protections"}}
    {{localize "BOL.ui.slot"}}
    {{localize "BOL.ui.protection"}}
    {{localize "BOL.ui.qty"}}
    {{localize "BOL.ui.price"}}
    {{localize "BOL.ui.equip"}}
  2. {{#each protections as |item id|}}
  3. {{item.name}}

    {{#if item.data.properties.equipable}} {{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}} {{/if}}
    {{#if item.data.properties.equipable}} {{data.properties.soak.formula}} {{/if}}
    {{#if item.data.properties.stackable}}   {{item.data.quantity}}  {{/if}}
    {{item.data.price}}
    {{#if data.properties.equipable}} {{#if data.worn}} {{else}} {{/if}} {{/if}}
  4. {{/each}}
  1. {{localize "BOL.ui.ammos"}}
    {{localize "BOL.ui.slot"}}
    {{localize "BOL.ui.qty"}}
    {{localize "BOL.ui.price"}}
    {{localize "BOL.ui.equip"}}
  2. {{#each ammos as |item id|}}
  3. {{item.name}}

    {{#if item.data.properties.equipable}} {{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}} {{/if}}
    {{#if item.data.properties.stackable}}   {{item.data.quantity}}  {{/if}}
    {{item.data.price}}
    {{#if data.properties.equipable}} {{#if data.worn}} {{else}} {{/if}} {{/if}}
  4. {{/each}}
  1. {{localize "BOL.ui.containers"}}
    {{localize "BOL.ui.slot"}}
    {{localize "BOL.ui.qty"}}
    {{localize "BOL.ui.price"}}
    {{localize "BOL.ui.equip"}}
  2. {{#each containers as |item id|}}
  3. {{item.name}}

    {{#if item.data.properties.equipable}} {{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}} {{/if}}
    {{#if item.data.properties.stackable}}   {{item.data.quantity}}  {{/if}}
    {{item.data.price}}
    {{#if data.properties.equipable}} {{#if data.worn}} {{else}} {{/if}} {{/if}}
  4. {{/each}}
  1. {{localize "BOL.ui.treasure"}}
    {{localize "BOL.ui.slot"}}
    {{localize "BOL.ui.qty"}}
    {{localize "BOL.ui.price"}}
    {{localize "BOL.ui.equip"}}
  2. {{#each treasure as |item id|}}
  3. {{item.name}}

    {{#if item.data.properties.equipable}} {{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}} {{/if}}
    {{#if item.data.properties.stackable}}   {{item.data.quantity}}  {{/if}}
    {{item.data.price}}
    {{#if data.properties.equipable}} {{#if data.worn}} {{else}} {{/if}} {{/if}}
  4. {{/each}}
  1. {{localize "BOL.ui.vehicles"}}
    {{localize "BOL.ui.slot"}}
    {{localize "BOL.ui.qty"}}
    {{localize "BOL.ui.price"}}
    {{localize "BOL.ui.equip"}}
  2. {{#each vehicles as |item id|}}
  3. {{item.name}}

    {{#if item.data.properties.equipable}} {{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}} {{/if}}
    {{#if item.data.properties.stackable}}   {{item.data.quantity}}  {{/if}}
    {{item.data.price}}
    {{#if data.properties.equipable}} {{#if data.worn}} {{else}} {{/if}} {{/if}}
  4. {{/each}}
  1. {{localize "BOL.ui.misc"}}
    {{localize "BOL.ui.slot"}}
    {{localize "BOL.ui.qty"}}
    {{localize "BOL.ui.price"}}
    {{localize "BOL.ui.equip"}}
  2. {{#each misc as |item id|}}
  3. {{item.name}}

    {{#if item.data.properties.equipable}} {{localize (concat "BOL.equipmentSlots." item.data.properties.slot)}} {{/if}}
    {{#if item.data.properties.stackable}}   {{item.data.quantity}}  {{/if}}
    {{item.data.price}}
    {{#if data.properties.equipable}} {{#if data.worn}} {{else}} {{/if}} {{/if}}
  4. {{/each}}