{{localize "PF2E.CurrencyLabel"}}
{{#each currency.units as |value unit|}}
{{value.value}}
{{/each}}
{{#if editable}}
{{#if (or isLoot (eq @root.document.type "character"))}}
{{/if}}
{{#if canDistributeCoins}}
{{/if}}
{{/if}}
{{localize "PF2E.TotalCurrency"}}
{{currency.totalCurrency}}
{{localize "PF2E.TotalWealth"}}
{{currency.totalWealth}}