1 {% extends
"container_base.html" %}
6 <div class=
"contenu-wrapper">
9 <h5>Informations personnelles
</h5>
10 {% with personne_form as form %}
11 {% include
"table_form.html" %}
14 <h5>Informations académiques
</h5>
15 {% with chercheur_form as form %}
16 {% include
"table_form.html" %}
19 <h5>Etablissement de rattachement
</h5>
20 {% with etablissement_form as form %}
21 {% include
"table_form.html" %}
23 <p>Si l'établissement n'existe pas ci-dessus
</p>
24 {% with etablissement_autre_form as form %}
25 {% include
"table_form.html" %}
28 <h5>Champ disciplinaire, thèmes de recherche
</h5>
29 {% with discipline_form as form %}
30 {% include
"table_form.html" %}
34 {% with publication1_form as form %}
35 {% include
"table_form.html" %}
38 <p id=
"show_publications">Autres publications
</p>
40 <div class=
"publications_autre">
41 <h6>Publication
2</h6>
42 {% with publication2_form as form %}
43 {% include
"table_form.html" %}
45 <h6>Publication
3</h6>
46 {% with publication3_form as form %}
47 {% include
"table_form.html" %}
49 <h6>Publication
4</h6>
50 {% with publication4_form as form %}
51 {% include
"table_form.html" %}
55 <input type=
"submit" name=
"Submit" value=
"Inscription" class=
"bouton" />