1 {% extends
"container_base.html" %}
4 <h4>Inscription au répertoire de chercheurs
</h4>
6 <div class=
"contenu-wrapper">
10 <legend>Informations personnelles
</legend>
11 {% with personne_form as form %}
12 {% include
"table_form.html" %}
17 <legend>Informations académiques
</legend>
18 {% with chercheur_form as form %}
19 {% include
"table_form.html" %}
24 <legend>Etablissement de rattachement
</legend>
25 {% with etablissement_form as form %}
26 {% include
"table_form.html" %}
28 <p>Si l'établissement n'existe pas ci-dessus
</p>
29 {% with etablissement_autre_form as form %}
30 {% include
"table_form.html" %}
35 <legend>Champ disciplinaire, thèmes de recherche
</legend>
36 {% with discipline_form as form %}
37 {% include
"table_form.html" %}
42 <legend>Thèse
</legend>
44 <div class=
"publication">
45 {% with these_form as form %}
46 {% include
"table_form.html" %}
49 <div style=
"clear:both"></div>
54 <legend>Publications
</legend>
56 <div class=
"publication">
57 {% with publication1_form as form %}
58 {% include
"table_form.html" %}
61 <div style=
"clear:both"></div>
63 <p id=
"show_publications">+ Autres publications
</p>
64 <div class=
"publications_autre">
65 <h6>- Publication
2</h6>
66 {% with publication2_form as form %}
67 {% include
"table_form.html" %}
69 <h6>- Publication
3</h6>
70 {% with publication3_form as form %}
71 {% include
"table_form.html" %}
73 <h6>- Publication
4</h6>
74 {% with publication4_form as form %}
75 {% include
"table_form.html" %}
80 <input type=
"submit" name=
"Submit" value=
"Inscription" class=
"bouton" />