{{item.name}}
{{#if isEditable}} {{else}} {{system.level}} {{/if}}
{{!-- Usages restants : dots visuels --}}
{{localize "CELESTOPOL.Anomaly.usesRemaining"}} :
{{#each (array 1 2 3 4) as |n|}} {{#if (lte n ../system.usesRemaining)}} {{else}} {{#if (lte n ../system.level)}} {{else}} {{/if}} {{/if}} {{/each}}
{{#if isEditable}} {{/if}}
{{!-- Domaines applicables --}} {{#if applicableSkillLabels.length}}
{{localize "CELESTOPOL.Anomaly.applicableSkills"}} : {{#each applicableSkillLabels as |label|}} {{label}} {{/each}}
{{/if}} {{!-- Corps principal : 3 sections sans onglets --}}
{{localize "CELESTOPOL.Item.technique"}}
{{editor system.technique target="system.technique" button=false editable=isEditable}}
{{localize "CELESTOPOL.Item.narratif"}}
{{editor system.narratif target="system.narratif" button=false editable=isEditable}}
{{localize "CELESTOPOL.Item.exemples"}}
{{editor system.exemples target="system.exemples" button=false editable=isEditable}}