1 {% for f in remunForm.management_form %}
5 <table id=
"global-cost">
14 {% for group in remunForm.group_list %}
15 {% if group.key != 'RAS' %}
17 <th colspan=
"6">{{ group.name }}
</th>
19 {% for f in group.forms %}
20 <tr class=
"calculable remunform">
22 <td>{{ f.type.errors }} {{ f.type }}
</td>
23 <td>{{ f.devise.errors }} {{ f.devise }}
</td>
24 <td class=
"monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}
</td>
25 <td class=
"euro cumulable" id=
"{{ f.prefix }}-montant_annuel_euros"></td>
26 <td>{{ f.commentaire.errors }} {{ f.commentaire }}
</td>
27 <td>{{ f.DELETE }}
</td>
30 <tr class=
"sous-totaux">
32 <a class=
"addlink" href=
"/admin/dae/poste/add/">
33 [
<span class=
"icon">Ajouter une ligne
</span>]
36 <td><!-- Laisser ce td pour que le javascript fonctionne bien. --></td>
37 <td class=
"sous-total"></td>
38 <td class=
"sous-total"></td>
43 <tr class=
"total-row">
44 <th><strong>Total
</strong></th>
45 <th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
46 <th class=
"total"></th>
47 <th class=
"total"></th>
51 <th><strong>Rémunération autre source
</strong></th>
52 <th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
57 {% for f in remunForm.groups.RAS.forms %}
58 <tr class=
"calculable remunform">
60 <td>{{ f.type.errors }} {{ f.type }}
</td>
61 <td>{{ f.devise.errors }} {{ f.devise }}
</td>
62 <td class=
"monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}
</td>
63 <td class=
"euro cumulable" id=
"id_{{ f.prefix }}-montant_annuel_euros"></td>
64 <td>{{ f.commentaire.errors }} {{ f.commentaire }}
</td>
65 <td>{{ f.DELETE }}
</td>
68 <tr class=
"sous-totaux">
70 <a class=
"addlink" href=
"#">
71 [
<span class=
"icon">Ajouter une ligne
</span>]
74 <td><!-- Laisser ce td pour que le javascript fonctionne bien. --></td>
75 <td class=
"sous-total"></td>
76 <td class=
"sous-total"></td>