1 {% for f in remunForm.management_form %}
5 <table id=
"global-cost">
11 <th>Mensuel Euros
</th>
16 {% for f in remunForm.forms %}
19 <td>{{ f.type.errors }} {{ f.type }}
</td>
20 <td>{{ f.devise.errors }} {{ f.devise }}
</td>
21 <td>{{ f.montant_mensuel.errors }} {{ f.montant_mensuel }}
</td>
22 <td>{{ f.montant.errors }} {{ f.montant }}
</td>
23 <td id=
"id_{{ f.prefix }}-montant_mensuel_euros"></td>
24 <td id=
"id_{{ f.prefix }}-montant_annuel_euros"></td>
25 <td>{{ f.commentaire.errors }} {{ f.commentaire }}
</td>
26 <td>{{ f.DELETE }}
</td>
35 <th>Devise locale
</th>
38 <th colspan=
"2">Conversion en Euros
</th>
42 <th colspan=
"5">Coûts AUF
</th>
43 <th id=
"sous-total-cout" class=
"montant"></th>
47 {% for remun in dossier.get_couts_auf %}
49 <td>{{ remun.type }}
</td>
52 <input type=
"hidden" id=
"taux_devise-{{ remun.id }}"
53 name=
"taux_devise-{{ remun.id }}"
54 value=
"{{ remun.taux_devise }}" />
57 <input type=
"text" id=
"montant_mois-{{ remun.id }}"
58 name=
"montant_mois-{{ remun.id }}"
59 value=
"{{ remun.montant_mois }}" />
61 <td><input type=
"text" id=
"montant-{{ remun.id }}"
62 name=
"cg-montant-{{ remun.id }}"
63 value=
"{{ remun.montant|default_if_none:'' }}" />
65 <td id=
"montant_euro_mois-{{ remun.id }}" class=
"montant">
66 {{ remun.montant_euro_mois }}
</td>
67 <td id=
"montant_euro-{{ remun.id }}" class=
"montant cumulable">{{ remun.montant_euros }}
</td>
68 <td><input type=
"text" name=
"cg-precision-{{ remun.id }}"
69 value=
"{{ remun.precision|default_if_none:'' }}" /></td>
74 Aucun coût au registre
81 <th colspan=
"5">BSTG - Salaire de mise à disposition
</th>
82 <th id=
"sous-total-aide" class=
"montant"></th>
86 {% for remun in dossier.get_aides_auf %}
88 <td>{{ remun.type }}
</td>
91 <input type=
"hidden" id=
"taux_devise-{{ remun.id }}"
92 name=
"taux_devise-{{ remun.id }}"
93 value=
"{{ remun.taux_devise }}" />
96 <input type=
"text" id=
"montant_mois-{{ remun.id }}"
97 name=
"montant_mois-{{ remun.id }}"
98 value=
"{{ remun.montant_mois }}" />
100 <td><input type=
"text" id=
"montant-{{ remun.id }}"
101 name=
"cg-montant-{{ remun.id }}"
102 value=
"{{ remun.montant|default_if_none:'' }}" />
104 <td id=
"montant_euro_mois-{{ remun.id }}" class=
"montant">
105 {{ remun.montant_euro_mois }}
</td>
106 <td id=
"montant_euro-{{ remun.id }}" class=
"montant cumulable">{{ remun.montant_euros }}
</td>
107 <td><input type=
"text" name=
"cg-precision-{{ remun.id }}"
108 value=
"{{ remun.precision|default_if_none:'' }}" /></td>
113 Aucun coût au registre
119 <th colspan=
"5">TOTAL
</th>
120 <th id=
"remun-total" class=
"montant"></th>