<td>{{ chercheur.theme_recherche }}</td>
</tr>
{% endif %}
- {% if chercheur.groupe_recherche %}
+ {% if chercheur.equipe_recherche %}
<tr>
- <td class="label">Groupe de recherche:</td>
- <td>{{ chercheur.groupe_recherche }}</td>
+ <td class="label">Équipe de recherche:</td>
+ <td>{{ chercheur.equipe_recherche }}</td>
</tr>
{% endif %}
{% if chercheur.mots_cles %}