6 <th colspan=
"2">Conversion en Euros
</th>
9 {% for remun in dossier.remuneration_set.all %}
11 <td>{{ remun.type }}
</td>
14 <input type=
"hidden" id=
"taux_devise-{{ remun.id }}"
15 name=
"taux_devise-{{ remun.id }}"
16 value=
"{{ remun.taux_devise }}" />
19 <input type=
"text" id=
"montant_mois-{{ remun.id }}"
20 name=
"montant_mois-{{ remun.id }}"
21 value=
"{{ remun.montant_mois }}" />
23 <td><input type=
"text" id=
"montant-{{ remun.id }}"
24 name=
"cg-montant-{{ remun.id }}"
25 value=
"{{ remun.montant|default_if_none:'' }}" />
27 <td id=
"montant_euro_mois-{{ remun.id }}" class=
"montant">
28 {{ remun.montant_euro_mois }}
</td>
29 <td id=
"montant_euro-{{ remun.id }}" class=
"montant">{{ remun.montant_euro }}
</td>
30 <td><input type=
"text" name=
"cg-precision-{{ remun.id }}"
31 value=
"{{ remun.precision|default_if_none:'' }}" /></td>
36 Aucun coût au registre