{{#each (getContainerItemCategories) as |tab key|}}
{{localize 'OD6S.ITEMS'}} {{#if (isGM)}} {{/if}}
    {{#each (getContainerItems key ../actor.container) as |item key|}} {{#if (isGM)}}
  • {{item.name}}
    {{#if (eq (getCost) "0")}} {{ else }} {{/if}}
  • {{else}} {{#if ../../data.merchant}} {{#if (gt item.data.quantity 0)}}
  • {{item.data.quantity}}
    {{item.name}}
    {{#if (eq (getCost) "0")}} {{localize (getConfig 'difficultyShort' item.data.price)}} {{ else }} {{item.data.cost}} {{localize (getCurrencyLabel)}} {{/if}}
  • {{/if}} {{else}} {{#if (gt item.data.quantity 0)}}
  • {{item.data.quantity}}
    {{item.name}}
  • {{/if}} {{/if}} {{/if}} {{/each}}
{{/each}} {{#unless data.merchant}} {{#unless (isGM)}}
{{localize 'OD6S.TAB_INVENTORY'}}
{{/unless}} {{/unless}}