1 {% extends
"container_base.html" %}
6 <div class=
"contenu-wrapper">
8 Pour vous inscrire au répertoire de chercheurs, vous devez avoir un compte AUF...
12 <h5>Informations personnelles
</h5>
13 {% with personne_form as form %}
14 {% include
"table_form.html" %}
17 <h5>Informations académiques
</h5>
18 {% with chercheur_form as form %}
19 {% include
"table_form.html" %}
22 <h5>Etablissement de rattachement
</h5>
23 {% with etablissement_form as form %}
24 {% include
"table_form.html" %}
27 <h5>Champ disciplinaire, thèmes de recherche & publications
</h5>
28 {% with discipline_form as form %}
29 {% include
"table_form.html" %}
34 <input type=
"submit" name=
"Submit" value=
"Inscription" class=
"bouton" />