{{localize "taf.Apps.PlayerSheet.carrying-capacity.title"}}

{{#if hasCarryingCapacity}}
{{localize "taf.Apps.PlayerSheet.carry-capacity-used" percent=carryCapacityPercent }}
{{/if}}
{{#each itemGroups as | group |}}
{{#if @root.meta.editable}} {{/if}}

{{ group.name }}

{{ group.weight }}
{{/each}}