<td>{{chercheur.nationalite.nom|default:"-"}}</td>
</tr>
{% endif %}
-
- <tr>
+ <!--<tr>
<td class="label">Fonction:</td>
<td>{{chercheur.fonction_display|default:"-"}}</td>
- </tr>
+ </tr>-->
<tr>
<td class="label">Diplôme:</td>
<td>{{chercheur.diplome|default:"-"}}</td>
</tr>
{% endif %}
</table>
+
+ {% if chercheur.expertise %}
+ <h5>Expertise</h5>
+ <table>
+ <tr>
+ <td class="label">Titre de l'expertise:</td>
+ <td>{{chercheur.expertise.nom}}</td>
+ </tr>
+ {% if chercheur.expertise.date %}
+ <tr>
+ <td class="label">Date:</td>
+ <td>{{chercheur.expertise.date}}</td>
+ </tr>
+ {% endif %}
+ {% if chercheur.expertise.organisme_demandeur and chercheur.expertise.organisme_demandeur_visible %}
+ <tr>
+ <td class="label">Organisme demandeur:</td>
+ <td>{{chercheur.expertise.organisme_demandeur}}</td>
+ </tr>
+ {% endif %}
+ </table>
+ {% endif %}
<h5>Thèmes de recherche et publications</h5>
<table id="publications">
<tr class="souligne">
- <td class="label">Thèmes de recherche et domaine d'expertise:</td>
- <td>{{chercheur.expertise}}</td>
+ <td class="label">Thèmes de recherche:</td>
+ <td>{{chercheur.theme_recherche}}</td>
</tr>
{% if chercheur.these %}
<tr class="souligne">