+{% if group.key == 'Charges' %}
+<tr class="total-row">
+ <th><strong>Total employé</strong></th>
+ <th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
+ <th class="total"></th>
+ <th class="total"></th>
+ {% if remunForm.read_only %}
+ <th class="total"></th>
+ {% endif %}
+ <th> </th>
+ {% if not remunForm.read_only %}
+ <th> </th>
+ {% endif %}
+</tr>
+{% endif %}
+<tr>
+
+</tr>