{{#each stats as |stat statId|}}
{{localize stat.label}}
{{#if ../isEditMode}} {{else}} {{lookup ../system.stats statId 'res'}} ({{lookup ../system.stats statId 'actuel'}}) {{/if}}
{{#each (lookup ../skills statId) as |skill skillId|}}
{{localize skill.label}} {{#if ../isEditMode}} {{else}} {{lookup (lookup ../system.stats statId) skillId 'value'}} {{/if}}
{{/each}}
{{/each}}