{{!log "path-talents" this}} {{#each talents as |item|}} {{!log "path-talent" this}}
{{item.name}} {{#if item.system.canProgress}} (P){{/if}} {{#if item.system.isLearned}} ({{item.system.niveau}}) {{/if}}
{{#if @root.isEditMode}}
{{/if}}
{{#if item.system.isLearned}}
{{localize "TENEBRIS.Label.appris"}}
{{localize "TENEBRIS.Label.niveau"}} {{item.system.niveau}}
{{/if}}
{{{item.system.improvedDescription}}}
{{/each}}