+{% load l10n %}
+
{% for f in remunForm.management_form %}
{{ f }}
{% endfor %}
<tr>
<th>Type</th>
<th>Devise locale</th>
- <th>Annuel</th>
- <th>Annuel Euros</th>
+ <th>Annuel<br/>(visé)</th>
+ <th>Annuel Euros<br/>(visé)</th>
+ <th>Annuel Euros<br/>(ajusté par période)</th>
<th>Précision</th>
{% if not remunForm.read_only %}
<th>Supprimer</th>
<td>{{ f.devise.errors }} {{ f.devise }}</td>
<td class="monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}</td>
<td class="euro cumulable" id="id_{{ f.prefix }}-montant_annuel_euros"></td>
+ <td class="euro-ajuste cumulable" id="id_{{ f.prefix }}-montant_annuel_euros_ajuste">{{ f.instance.montant_ajuste_euros|stringformat:".2f" }}</td>
<td>{{ f.commentaire.errors }} {{ f.commentaire }}</td>
{% if not remunForm.read_only %}
<td>{{ f.DELETE }}</td>
<td><!-- Laisser ce td pour que le javascript fonctionne bien. --></td>
<td class="sous-total"></td>
<td class="sous-total"></td>
+ <td class="sous-total"></td>
<td> </td>
{% if not remunForm.read_only %}
<td> </td>
<th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
<th class="total"></th>
<th class="total"></th>
+ <th class="total"></th>
<th> </th>
{% if not remunForm.read_only %}
<th> </th>
<th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
<th></th>
<th></th>
+ <th></th>
<th> </th>
{% if not remunForm.read_only %}
<th> </th>
<td>{{ f.devise.errors }} {{ f.devise }}</td>
<td class="monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}</td>
<td class="euro cumulable" id="id_{{ f.prefix }}-montant_annuel_euros"></td>
+ <td class="euro-ajuste cumulable" id="id_{{ f.prefix }}-montant_annuel_euros_ajuste"> {{ f.instance.montant_ajuste_euros|stringformat:".2f" }}</td>
<td>{{ f.commentaire.errors }} {{ f.commentaire }}</td>
{% if not remunForm.read_only %}
<td>{{ f.DELETE }}</td>
<td><!-- Laisser ce td pour que le javascript fonctionne bien. --></td>
<td class="sous-total"></td>
<td class="sous-total"></td>
+ <td class="sous-total"></td>
<td> </td>
{% if not remunForm.read_only %}
<td> </td>