{{localize "LETHALFANTASY.Label.equipment"}}{{#if isEditMode}}{{/if}}
{{#each weapons as |item|}} {{!log 'weapon' this}}
{{#if (ne item.img "icons/svg/item-bag.svg")}} {{/if}}
{{item.name}}
{{/each}}
{{#each armors as |item|}} {{!log 'armor' this}}
{{item.name}}
{{/each}}