3 <th colspan=
"2">Devise locale
</th>
4 <th colspan=
"2">Conversion en Euros
</th>
7 {% for remun in dossier.remuneration_set.all %}
9 <td>{{ remun.type }}
</td>
12 <input type=
"hidden" id=
"taux_devise-{{ remun.id }}"
13 name=
"taux_devise-{{ remun.id }}"
14 value=
"{{ remun.taux_devise }}" />
15 <input type=
"text" id=
"montant_mois-{{ remun.id }}"
16 name=
"montant_mois-{{ remun.id }}"
17 value=
"{{ remun.montant_mois }}" /></td>
18 <td><input type=
"text" id=
"montant-{{ remun.id }}"
19 name=
"cg-montant-{{ remun.id }}"
20 value=
"{{ remun.montant|default_if_none:'' }}" /></td>
21 <td id=
"montant_euro_mois-{{ remun.id }}">
22 {{ remun.montant_euro_mois }}
</td>
23 <td id=
"montant_euro-{{ remun.id }}">{{ remun.montant_euro }}
</td>
24 <td><input type=
"text" name=
"cg-precision-{{ remun.id }}"
25 value=
"{{ remun.precision|default_if_none:'' }}" /></td>
30 Aucun coût au registre