6 <th colspan=
"2">Conversion en Euros
</th>
11 <th colspan=
"5">Coûts AUF
</th>
12 <th id=
"sous-total-cout" class=
"montant"></th>
16 {% for remun in dossier.get_couts_auf %}
18 <td>{{ remun.type }}
</td>
21 <input type=
"hidden" id=
"taux_devise-{{ remun.id }}"
22 name=
"taux_devise-{{ remun.id }}"
23 value=
"{{ remun.taux_devise }}" />
26 <input type=
"text" id=
"montant_mois-{{ remun.id }}"
27 name=
"montant_mois-{{ remun.id }}"
28 value=
"{{ remun.montant_mois }}" />
30 <td><input type=
"text" id=
"montant-{{ remun.id }}"
31 name=
"cg-montant-{{ remun.id }}"
32 value=
"{{ remun.montant|default_if_none:'' }}" />
34 <td id=
"montant_euro_mois-{{ remun.id }}" class=
"montant">
35 {{ remun.montant_euro_mois }}
</td>
36 <td id=
"montant_euro-{{ remun.id }}" class=
"montant cumulable">{{ remun.montant_euro }}
</td>
37 <td><input type=
"text" name=
"cg-precision-{{ remun.id }}"
38 value=
"{{ remun.precision|default_if_none:'' }}" /></td>
43 Aucun coût au registre
50 <th colspan=
"5">BSTG - Salaire de mise à disposition
</th>
51 <th id=
"sous-total-aide" class=
"montant"></th>
55 {% for remun in dossier.get_aides_auf %}
57 <td>{{ remun.type }}
</td>
60 <input type=
"hidden" id=
"taux_devise-{{ remun.id }}"
61 name=
"taux_devise-{{ remun.id }}"
62 value=
"{{ remun.taux_devise }}" />
65 <input type=
"text" id=
"montant_mois-{{ remun.id }}"
66 name=
"montant_mois-{{ remun.id }}"
67 value=
"{{ remun.montant_mois }}" />
69 <td><input type=
"text" id=
"montant-{{ remun.id }}"
70 name=
"cg-montant-{{ remun.id }}"
71 value=
"{{ remun.montant|default_if_none:'' }}" />
73 <td id=
"montant_euro_mois-{{ remun.id }}" class=
"montant">
74 {{ remun.montant_euro_mois }}
</td>
75 <td id=
"montant_euro-{{ remun.id }}" class=
"montant cumulable">{{ remun.montant_euro }}
</td>
76 <td><input type=
"text" name=
"cg-precision-{{ remun.id }}"
77 value=
"{{ remun.precision|default_if_none:'' }}" /></td>
82 Aucun coût au registre
88 <th colspan=
"5">TOTAL
</th>
89 <th id=
"remun-total" class=
"montant"></th>