{{#if show.title}}{{show.title}}: {{/if}}
  
    {{rolled.caracValue}} à {{numberFormat rolled.finalLevel decimals=0 sign=true}}
    {{#if ajustements}}
    
      Ajustements
      {{#each ajustements as |item key|}}
      
{{item.label}}: {{numberFormat item.value decimals=0 sign=true}}{{#if item.unit}}{{item.unit}}{{/if}}
      {{/each}}
    
 
    {{/if}}
  
  {{#if rolled.needSignificative}}{{/if}} =
  {{rolled.score}}%
  {{rolled.roll}} : 
  {{rolled.quality}}
{{#if show.points}}
  {{rolled.ptTache}} points de tâche{{#if rolled.ptQualite}}, ajustement Qualité {{numberFormat rolled.ptQualite decimals=0 sign=true}}{{/if}}
{{/if}}
{{~#if show.explications}}
  {{show.explications}}
{{/if}}