{{#if isGM}} {{/if}} {{#each containers}}
{{#if ../isGM}} {{#if this.hasRollTable}} {{else}}
Roll-table
{{/if}} {{else}} {{this.name}} {{this.name}} {{this.modeLabel}} {{/if}}
{{#if ../isGM}}
{{#unless this.isLoot}}
{{this.shopCurrency}}
x Markup
x Sell Price
Buys {{this.sellItemTypeCount}} item types
{{#each this.sellItemTypeOptions}} {{/each}}
{{/unless}} {{/if}}
{{#if (and this.hasCurrencies this.isLoot)}}
{{#each this.currencies}}
{{#if ../../isGM}} {{else}} {{this.amount}} {{/if}} {{this.label}}
{{/each}} {{#if this.canClaimCurrency}} {{/if}} {{#if ../isGM}} {{#if this.canDistributeCurrency}} {{/if}} {{/if}}
{{/if}} {{#if this.hasItems}}
{{#each this.inventorySections}} {{#if ../showHeaders}}

{{label}}

{{/if}} {{#each items}} {{#if canView}}
{{name}}
{{name}}
{{#unless ../../isLoot}}
{{#if ../../../isGM}} {{currency}} {{else}} {{finalPrice}} {{currency}} {{/if}}
{{/unless}}
{{#if ../../../isGM}} {{#unless infinite}} {{else}} {{/unless}} {{else}} {{#if infinite}}{{else}}{{#if quantity}}{{quantity}} {{else}}{{/if}}{{/if}} {{/if}}
{{#if ../../../isGM}}
{{else}} {{#if canPurchase}}
{{/if}} {{#if canClaim}}
{{/if}} {{/if}}
{{/if}} {{/each}} {{#if ../showHeaders}}
{{/if}} {{/each}}
{{else}}
{{#if ../isGM}}Drop items here to add to this container.{{else}}{{#if this.canSellItems}}Drop an accepted item here to sell it.{{else}}No items available.{{/if}}{{/if}}
{{/if}}
{{else}} {{#unless isGM}}
No visible containers.
{{/unless}} {{/each}}