{{title}}

{{title}}

{{#if isGM}}

{{modeLabel}} mode. Drag items here to add them to this container.

{{else}} {{#if isLoot}}

Click Send to claim an item, Take to claim currency, or drag items between this list and your sheet.

{{else}}

Click Purchase to buy an item for your character.{{#if canSellItems}} Drag an accepted item here to sell it.{{/if}}

{{/if}} {{/if}}
{{#if (and hasCurrencies isLoot)}}
{{#each currencies}}
{{this.amount}} {{this.label}}
{{/each}}
{{#if canClaimCurrency}}
{{#if canDistributeCurrency}} {{/if}}
{{else}} {{#if canDistributeCurrency}}
{{/if}} {{/if}}
{{/if}} {{#if hasItems}}
{{#each inventorySections}} {{#if ../showHeaders}}

{{label}}

{{/if}}
{{#each items}}
{{this.name}}
{{this.name}}
{{#unless ../../isLoot}}
{{this.finalPrice}} {{this.currency}}
{{/unless}}
{{#if this.infinite}}{{else}}{{#if this.quantity}}{{this.quantity}} {{else}}{{/if}}{{/if}}
{{#if this.canPurchase}}
{{/if}} {{#if this.canClaim}}
{{/if}} {{#if this.canGMSend}}
{{/if}}
{{/each}}
{{#if ../showHeaders}}
{{/if}} {{/each}}
{{/if}} {{#if canSellItems}}
Drop an item from your character or an owned actor to sell it.
{{/if}} {{#unless hasAvailableContent}}
No available items or currency.
{{/unless}}