4 {% for f in remunForm.management_form %}
8 <table id=
"global-cost">
11 <th>Devise locale
</th>
12 <th>Annuel
<br/>(visé)
</th>
13 <th>Annuel Euros
<br/>(visé)
</th>
14 {% if remunForm.read_only %}
15 <th>Annuel Euros
<br/>(ajusté par période)
</th>
18 {% if not remunForm.read_only %}
22 {% for group in remunForm.group_list %}
23 {% if group.key != 'RAS' %}
24 {% if group.key == 'Charges' %}
25 <tr class=
"total-row">
26 <th><strong>Total employé
</strong></th>
27 <th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
28 <th class=
"total"></th>
29 <th class=
"total"></th>
30 {% if remunForm.read_only %}
31 <th class=
"total"></th>
34 {% if not remunForm.read_only %}
43 <th colspan=
"6">{{ group.name }}
</th>
45 {% for f in group.forms %}
46 <tr class=
"calculable remunform">
48 <td class=
"spaced">{{ f.type.errors }} {{ f.type }}
49 {% if f.instance.date_debut or f.instance.date_fin %}
50 {% if f.instance.date_debut or f.instance.date_fin %}({% endif %}
51 {% if f.instance.date_debut %}{{f.instance.date_debut}}{% endif %}
53 {% if f.instance.date_fin %}{{f.instance.date_fin}}{% endif %}
54 {% if f.instance.date_debut or f.instance.date_fin %}){% endif %}
57 <td>{{ f.devise.errors }} {{ f.devise }}
</td>
58 <td class=
"monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}
</td>
59 <td class=
"euro cumulable" id=
"id_{{ f.prefix }}-montant_annuel_euros"></td>
60 <!-- <td class="euro-ajuste cumulable" id="id_{{ f.prefix }}-montant_annuel_euros_ajuste">{{ f.instance.montant_ajuste_euros|stringformat:".2f" }}</td> -->
61 {% if remunForm.read_only %}
62 <td class=
"euro-ajuste cumulable" id=
"id_{{ f.prefix }}-montant_annuel_euros_ajuste">
63 {% remun_ajuste f.instance annee_remun %}
66 <td>{{ f.commentaire.errors }} {{ f.commentaire }}
</td>
67 {% if not remunForm.read_only %}
68 <td>{{ f.DELETE }}
</td>
72 <tr class=
"sous-totaux">
73 <td class=
"spaced">Sous-total{% if not remunForm.read_only %} -
74 <a class=
"addlink" href=
"#">
75 [
<span class=
"icon">Ajouter une ligne
</span>]
79 <td><!-- Laisser ce td pour que le javascript fonctionne bien. --></td>
80 <td class=
"sous-total"></td>
81 <td class=
"sous-total"></td>
82 {% if remunForm.read_only %}
83 <td class=
"sous-total"></td>
86 {% if not remunForm.read_only %}
92 <tr class=
"total-row">
93 <th><strong>Total AUF
</strong></th>
94 <th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
95 <th class=
"total"></th>
96 <th class=
"total"></th>
97 {% if remunForm.read_only %}
98 <th class=
"total"></th>
101 {% if not remunForm.read_only %}
106 <th><strong>Rémunération autre source
</strong></th>
107 <th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
110 {% if remunForm.read_only %}
114 {% if not remunForm.read_only %}
118 {% for f in remunForm.groups.RAS.forms %}
119 <tr class=
"calculable remunform">
121 <td class=
"spaced">{{ f.type.errors }} {{ f.type }}
</td>
122 <td>{{ f.devise.errors }} {{ f.devise }}
</td>
123 <td class=
"monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}
</td>
124 <td class=
"euro cumulable" id=
"id_{{ f.prefix }}-montant_annuel_euros"></td>
125 {% if remunForm.read_only %}
126 <td class=
"euro-ajuste cumulable" id=
"id_{{ f.prefix }}-montant_annuel_euros_ajuste">
127 {% remun_ajuste f.instance annee_remun %}
130 <td>{{ f.commentaire.errors }} {{ f.commentaire }}
</td>
131 {% if not remunForm.read_only %}
132 <td>{{ f.DELETE }}
</td>
136 <tr class=
"sous-totaux">
137 <td class=
"spaced">Sous-total{% if not remunForm.read_only %} -
138 <a class=
"addlink" href=
"#">
139 [
<span class=
"icon">Ajouter une ligne
</span>]
143 <td><!-- Laisser ce td pour que le javascript fonctionne bien. --></td>
144 <td class=
"sous-total"></td>
145 <td class=
"sous-total"></td>
146 {% if remunForm.read_only %}
147 <td class=
"sous-total"></td>
150 {% if not remunForm.read_only %}