{{#each data.properties as |property key|}} {{/each}}
{{#if data.properties.equipable}} {{> "systems/bol/templates/item/parts/properties/item/equipment-properties.hbs"}} {{/if}} {{#if data.properties.weapon}} {{> "systems/bol/templates/item/parts/properties/item/weapon-properties.hbs"}} {{/if}} {{#if (equals data.properties.protection)}} {{> "systems/bol/templates/item/parts/properties/item/protection-properties.hbs"}} {{/if}} {{#if data.properties.shield}} {{> "systems/bol/templates/item/parts/properties/item/shield-properties.hbs"}} {{/if}}