1 {% for f in remunForm.management_form %}
5 <table id=
"global-cost">
12 {% if not remunForm.read_only %}
16 {% for group in remunForm.group_list %}
17 {% if group.key != 'RAS' %}
19 <th colspan=
"6">{{ group.name }}
</th>
21 {% for f in group.forms %}
22 <tr class=
"calculable remunform">
24 <td class=
"spaced">{{ f.type.errors }} {{ f.type }}
</td>
25 <td>{{ f.devise.errors }} {{ f.devise }}
</td>
26 <td class=
"monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}
</td>
27 <td class=
"euro cumulable" id=
"id_{{ f.prefix }}-montant_annuel_euros"></td>
28 <td>{{ f.commentaire.errors }} {{ f.commentaire }}
</td>
29 {% if not remunForm.read_only %}
30 <td>{{ f.DELETE }}
</td>
34 <tr class=
"sous-totaux">
35 <td class=
"spaced">Sous-total{% if not remunForm.read_only %} -
36 <a class=
"addlink" href=
"#">
37 [
<span class=
"icon">Ajouter une ligne
</span>]
41 <td><!-- Laisser ce td pour que le javascript fonctionne bien. --></td>
42 <td class=
"sous-total"></td>
43 <td class=
"sous-total"></td>
45 {% if not remunForm.read_only %}
51 <tr class=
"total-row">
52 <th><strong>Total
</strong></th>
53 <th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
54 <th class=
"total"></th>
55 <th class=
"total"></th>
57 {% if not remunForm.read_only %}
62 <th><strong>Rémunération autre source
</strong></th>
63 <th><!-- Laisser ce td pour que le javascript fonctionne bien. --></th>
67 {% if not remunForm.read_only %}
71 {% for f in remunForm.groups.RAS.forms %}
72 <tr class=
"calculable remunform">
74 <td class=
"spaced">{{ f.type.errors }} {{ f.type }}
</td>
75 <td>{{ f.devise.errors }} {{ f.devise }}
</td>
76 <td class=
"monnaie cumulable">{{ f.montant.errors }} {{ f.montant }}
</td>
77 <td class=
"euro cumulable" id=
"id_{{ f.prefix }}-montant_annuel_euros"></td>
78 <td>{{ f.commentaire.errors }} {{ f.commentaire }}
</td>
79 {% if not remunForm.read_only %}
80 <td>{{ f.DELETE }}
</td>
84 <tr class=
"sous-totaux">
85 <td class=
"spaced">Sous-total{% if not remunForm.read_only %} -
86 <a class=
"addlink" href=
"#">
87 [
<span class=
"icon">Ajouter une ligne
</span>]
91 <td><!-- Laisser ce td pour que le javascript fonctionne bien. --></td>
92 <td class=
"sous-total"></td>
93 <td class=
"sous-total"></td>
95 {% if not remunForm.read_only %}