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>Publications
</legend>
44 <div class=
"publication">
45 {% with publication1_form as form %}
46 {% include
"table_form.html" %}
49 <div style=
"clear:both"></div>
51 <p id=
"show_publications">+ Autres publications
</p>
52 <div class=
"publications_autre">
53 <h6>- Publication
2</h6>
54 {% with publication2_form as form %}
55 {% include
"table_form.html" %}
57 <h6>- Publication
3</h6>
58 {% with publication3_form as form %}
59 {% include
"table_form.html" %}
61 <h6>- Publication
4</h6>
62 {% with publication4_form as form %}
63 {% include
"table_form.html" %}
68 <input type=
"submit" name=
"Submit" value=
"Inscription" class=
"bouton" />