{{localize 'PF2E.ProficiencyLabel'}}
{{@root.i18n 'data.skills.expected'}}
{{@root.i18n 'data.skills.current'}}
{{#each skills as |skill|}}
{{skill.label}}
{{> 'proficiency' skill.expected}}
{{> 'proficiency' skill.current}}
{{/each}}
{{#*inline 'proficiency'}}
{{localize label}}
{{/inline}}