<th>Poste</th>
<th>Date fin contrat</th>
<th>Salaire</th>
+ <th>Salaire EUR</th>
<th>Implantation</th>
<th>Famille Emploi</th>
</tr>
<td>{{ d.poste1.type_poste.nom }} {{ d.complement1 }}</td>
<td>{{ d.contrat_date_fin|default:"en cours" }}</td>
<td>{{ d.get_salaire_display }}</td>
+ <td>{{ d.get_salaire_euro_display }}</td>
<td>{{ d.poste1.implantation }}</td>
<td>{{ d.poste1.type_poste.famille_emploi.nom }}</td>
</tr>