1 {% extends
"container_base.html" %}
4 <h4>{{chercheur.personne.prenom}} {{chercheur.personne.nom}}
</h4>
6 <div class=
"contenu-wrapper">
9 <h5>Informations personnelles
</h5>
10 {% with personne_form as form %}
11 {% include
"table_form.html" %}
14 <input type=
"submit" name=
"Submit" value=
"Éditer" class=
"bouton" />