{{ccLocalize "names.inventory" }}

{{#each shops as |shop|}}
{{#if iconOverride}}{{/if}} {{shop.name}}

{{shop.name}}

{{#if shop.tags.length}}
{{#each shop.tags}} {{this}} {{/each}}
{{/if}}
{{#each shop.items as |item|}}
{{item.name}}
{{item.name}} {{item.quantity}}x {{item.finalPrice}}{{item.currency}}
{{#if ../isGM}} {{/if}}
{{/each}}
{{/each}}