<form class="tmr-dialog">
<h2 class="comptmrdialog" id="tmrDialogTitle"></h2>

<table id="tmrsheet">
  <tr id="tmrrow1">
    <td>
      
      <div class="flex-group-center flex-fatigue">
        Fatigue 
        <span id="fatigue-table">{{{fatigueHTML}}}</span>
      </div>
      <div class="form-group">
        <label for="categorie">Etat général</label><label>{{numberFormat etat decimals=0 sign=true}}</label>
      </div>

      <div class="form-group">
      <label>Ajustement final : </label><label id="roll-param">10 / 0</label>
      </div>    
    </td>    
  </tr>
</table>

</form>