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