34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
|
<h4>
|
||
|
{{#if show.title}}{{show.title}}: {{/if}}
|
||
|
{{#if selectedCarac}}{{selectedCarac.label}}
|
||
|
{{#if competence}} / {{competence.name}}{{/if}}
|
||
|
{{/if}}
|
||
|
<br>
|
||
|
<span class="tooltip">
|
||
|
{{rolled.caracValue}} à {{numberFormat rolled.finalLevel decimals=0 sign=true}}
|
||
|
{{#if ajustements}}
|
||
|
<div class="tooltiptext ttt-ajustements">
|
||
|
<div>Ajustements</div>
|
||
|
{{#each ajustements as |item key|}}
|
||
|
<div class="{{#if item.strong}}strong-text{{/if}}" >{{item.label}}: {{numberFormat item.value decimals=0 sign=true}}{{#if item.unit}}{{item.unit}}{{/if}}</div>
|
||
|
{{/each}}
|
||
|
</div>
|
||
|
{{/if}}
|
||
|
</span>
|
||
|
{{#if rolled.needSignificative}}<label class="rdd-need-significative">(×½)</label>{{/if}} =
|
||
|
{{rolled.score}}%
|
||
|
</h4>
|
||
|
<div><span>{{rolled.roll}} : </span><span class="rdd-roll-{{rolled.code}} strong-text">{{rolled.quality}}</span></div>
|
||
|
{{#if show.points}}
|
||
|
<hr>
|
||
|
<div>
|
||
|
<span>{{rolled.ptTache}} points de tâche{{#if rolled.ptQualite}}, ajustement Qualité {{numberFormat rolled.ptQualite decimals=0 sign=true}}{{/if}}</span>
|
||
|
</div>
|
||
|
{{/if}}
|
||
|
{{~#if show.explications}}
|
||
|
{{#unless show.points}}<hr>{{/unless}}
|
||
|
<div>
|
||
|
{{show.explications}}
|
||
|
</div>
|
||
|
{{/if}}
|