3 $
("#id_expertise").datetime({ userLang
: 'fr' });
7 {% if personne_form.errors or chercheur_form.errors or etablissement_form.errors or discipline_form.errors or these_form.errors %}
8 <span class=
"message">Votre fiche n'a pas été enregistrée. Veuillez remplir tous les champs obligatoires (*).
</span>
11 <legend>Informations personnelles
</legend>
12 {% with personne_form as form %}
13 {% include
"table_form.html" %}
17 <legend>Informations académiques
</legend>
18 {% with chercheur_form as form %}
19 {% include
"table_form.html" %}
21 {% with groupe_form as form %}
22 {% include
"table_form.html" %}
27 <legend>Etablissement de rattachement
</legend>
28 {% if etablissement_form.errors %}
29 <span class=
"message">Vous devez renseigner un établissement.
</span>
31 {% with etablissement_form as form %}
32 {% include
"table_form.html" %}
34 <p>Si l'établissement n'existe pas ci-dessus
</p>
35 {% with etablissement_autre_form as form %}
36 {% include
"table_form.html" %}
41 <legend>Champ disciplinaire, thèmes de recherche
</legend>
42 {% with discipline_form as form %}
43 {% include
"table_form.html" %}
48 <legend>Thèse ou mémoire
</legend>
50 <div class=
"publication">
51 {% with these_form as form %}
52 {% include
"table_form.html" %}
55 <div style=
"clear:both"></div>
60 <legend>Expertise
</legend>
62 {% with expertise_form as form %}
63 {% include
"table_form.html" %}