{{! Pack Burden Summary }}
{{localize "PRISMRPG.Label.packBurden"}}
{{packBurdenUsed}} / {{packBurdenMax}}
{{! Money }}
{{localize "PRISMRPG.Label.money"}}
{{formField systemFields.moneys.fields.coppercoin.fields.value value=system.moneys.coppercoin.value localize=true}} {{formField systemFields.moneys.fields.silvercoin.fields.value value=system.moneys.silvercoin.value localize=true}} {{formField systemFields.moneys.fields.goldcoin.fields.value value=system.moneys.goldcoin.value localize=true}} {{formField systemFields.moneys.fields.note.fields.value value=system.moneys.note.value localize=true}} {{formField systemFields.moneys.fields.steam.fields.value value=system.moneys.steam.value localize=true}}
{{! Weapons }}
{{localize "PRISMRPG.Label.weapons"}}
{{#each weapons as |item|}}
{{item.name}}
{{item.system.encLoad}}
{{/each}} {{#unless weapons.length}}

{{localize "PRISMRPG.Message.noWeapons"}}

{{/unless}}
{{! Armor & Shields }}
{{localize "PRISMRPG.Label.armors"}}
{{#each armors as |item|}}
{{item.name}}
{{item.system.encLoad}}
{{/each}} {{#unless armors.length}}

{{localize "PRISMRPG.Message.noArmor"}}

{{/unless}}
{{! Consumables }}
{{localize "PRISMRPG.Label.consumables"}}
{{#each consumables as |item|}}
{{item.name}}
{{item.system.uses}}/{{item.system.usesMax}}
{{item.system.encLoad}}
{{/each}} {{#unless consumables.length}}

{{localize "PRISMRPG.Message.noConsumables"}}

{{/unless}}
{{! Kits }}
{{localize "PRISMRPG.Label.kits"}}
{{#each kits as |item|}}
{{item.name}}
{{item.system.encLoad}}
{{/each}} {{#unless kits.length}}

{{localize "PRISMRPG.Message.noKits"}}

{{/unless}}
{{! General Equipment (non-kit) }}
{{localize "PRISMRPG.Label.equipment"}}
{{#each equipmentItems as |item|}}
{{item.name}}
{{item.system.encLoad}}
{{/each}} {{#unless equipmentItems.length}}

{{localize "PRISMRPG.Message.noEquipment"}}

{{/unless}}
{{! Loot }}
{{localize "PRISMRPG.Label.loot"}}
{{#each loots as |item|}}
{{item.name}}
{{item.system.encLoad}}
{{/each}} {{#unless loots.length}}

{{localize "PRISMRPG.Message.noLoot"}}

{{/unless}}
{{! Containers }}
{{localize "PRISMRPG.Label.containers"}}
{{#each containers as |item|}}
{{item.name}}
{{item.system.packBurden}}
{{item.system.encLoad}}
{{/each}} {{#unless containers.length}}

{{localize "PRISMRPG.Message.noContainers"}}

{{/unless}}