2021-01-05 18:43:13 +01:00
|
|
|
<div class="table-ajustement">
|
2021-04-21 22:01:07 +02:00
|
|
|
<span class="tooltip tooltip-dotted">
|
2021-01-05 18:43:13 +01:00
|
|
|
<span>Ajustement Final:</span>
|
2022-12-06 01:30:12 +01:00
|
|
|
<span class="roll-param-resolution">{{selectedCarac.value}} / {{numberFormat finalLevel decimals=0 sign=true}}</span>
|
2021-01-05 18:43:13 +01:00
|
|
|
<div class="tooltiptext ttt-ajustements">
|
|
|
|
{{#each ajustements as |item key|}}
|
|
|
|
{{#if item.used}}
|
|
|
|
<div class="{{#if item.strong}}strong-text{{/if}}">
|
|
|
|
{{#if item.descr}}
|
|
|
|
{{{item.descr}}}
|
|
|
|
{{else}}
|
|
|
|
{{item.label}}: {{numberFormat item.value decimals=0 sign=true}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
{{/each}}
|
|
|
|
</div>
|
2021-01-13 03:42:13 +01:00
|
|
|
</span>
|
|
|
|
{{#if ajustements.facteurSign.used}}
|
2021-12-08 23:22:37 +01:00
|
|
|
<br><span>
|
2021-01-13 03:42:13 +01:00
|
|
|
Significative requise <span class="rdd-diviseur">×{{{ajustements.facteurSign.label}}}</span>!
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
2021-01-29 20:10:43 +01:00
|
|
|
|
2021-01-05 18:43:13 +01:00
|
|
|
</div>
|