{{#if weaponProfs.count}}
Weapons
{{/if}}
{{#each weaponProfs}}
{{> proficiencyListItem}}
{{/each}}
{{#if armorProfs.count}}
Armor
{{/if}}
{{#each armorProfs}}
{{> proficiencyListItem}}
{{/each}}
{{#if toolProfs.count}}
Tools
{{/if}}
{{#each toolProfs}}
{{> proficiencyListItem}}
{{/each}}