1 {% extends
"container_base.html" %}
4 <h4>{{chercheur.personne.prenom}} {{chercheur.personne.nom}}
</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 {% ifnotequal publication1_form.instance.titre None %}
58 <strong>Renseignements préalablements enregistrés
</strong>
59 <p>{{publication1_form.instance.publication_affichage}}
</p>
62 <div class=
"publication">
63 {% with publication1_form as form %}
64 {% include
"table_form.html" %}
67 <div style=
"clear:both"></div>
69 <p id=
"show_publications">+ Autres publications
</p>
70 <div class=
"publications_autre">
71 <h6>- Publication
2</h6>
72 {% ifnotequal publication1_form.instance.titre None %}
74 <strong>Renseignements préalablements enregistrés
</strong>
75 <p>{{publication2_form.instance.publication_affichage}}
</p>
78 <div class=
"publication">
79 {% with publication2_form as form %}
80 {% include
"table_form.html" %}
83 <div style=
"clear:both"></div>
84 <h6>- Publication
3</h6>
85 {% ifnotequal publication3_form.instance.titre None %}
87 <strong>Renseignements préalablements enregistrés
</strong>
88 <p>{{publication3_form.instance.publication_affichage}}
</p>
91 <div class=
"publication">
92 {% with publication3_form as form %}
93 {% include
"table_form.html" %}
96 <div style=
"clear:both"></div>
97 <h6>- Publication
4</h6>
98 {% ifnotequal publication4_form.instance.titre None %}
100 <strong>Renseignements préalablements enregistrés
</strong>
101 <p>{{publication4_form.instance.publication_affichage}}
</p>
104 <div class=
"publication">
105 {% with publication4_form as form %}
106 {% include
"table_form.html" %}
109 <div style=
"clear:both"></div>
113 <input type=
"submit" name=
"Submit" value=
"Éditer" class=
"bouton" />