1 {% extends
"container_base.html" %}
4 <h4>{{ chercheur }}
</h4>
6 <div class=
"contenu-wrapper">
7 <p>{{chercheur.personne.courriel}}
</p>
8 <h5>Information générales
</h5>
12 <td>{{chercheur.nationalite.nom}}
</td>
16 <td>{{chercheur.fonction}}
</td>
20 <td>{{chercheur.diplome}}
</td>
24 <h5>Établissement de rattachement
</h5>
28 <td>{{chercheur.etablissement.pays}}
</td>
31 <td>Établissement
</td>
32 <td>{{chercheur.etablissement.nom}}
</td>
36 <h5>Champ disciplinaire, thèmes de recherche et publications
</h5>
39 <td>Thèmes de recherche et domaine d'expertise
</td>
40 <td>{{chercheur.expertise}}
</td>
43 <td>Adresse site Internet personnel
</td>
44 <td>{%if chercheur.url_site_web %}
<a href=
"{{chercheur.url_site_web}}">{{chercheur.url_site_web}}
</a>{% endif %}
</td>
47 <td>Publication
1</td>
48 <td>{{chercheur.publication1.publication_affichage}}
</td>
51 <td>Publication
2</td>
52 <td>{{chercheur.publication2.publication_affichage}}
</td>
55 <td>Publication
3</td>
56 <td>{{chercheur.publication3.publication_affichage}}
</td>
60 <h5>Domaines de recherche
</h5>
61 <p>Adhésion active
</p>
63 {% for g in chercheur.chercheurgroupe_set.all %}
64 <li>{{g.groupe.nom}}
</li>