2 {% load url from future %}
4 {% if forms.has_errors %}
5 <div id=
"flash-message">Votre fiche n'a pas été enregistrée. Veuillez remplir tous les champs obligatoires (*).
</div>
7 <fieldset class=
"horizontal-radio-buttons">
8 <legend>Informations personnelles
</legend>
10 {% form_field forms.chercheur.nom %}
11 {% form_field forms.chercheur.prenom %}
12 {% if forms.chercheur.courriel %}
13 {% form_field forms.chercheur.courriel %}
16 <th style=
"width: 150px;">Courriel
</th>
17 <td>{{ forms.chercheur.instance.courriel }}
</td>
20 {% form_field forms.chercheur.afficher_courriel %}
21 {% form_field forms.chercheur.genre %}
26 <legend>Coordonnées
</legend>
27 <p><em>Confidentiel: ces renseignements, à usage interne de l'AUF, ne
28 seront pas divulgués ni affichés sur le portail ouvert au
31 {% form_field forms.chercheur.adresse_postale %}
32 {% form_field forms.chercheur.telephone %}
37 <legend>Informations académiques
</legend>
39 {% form_field forms.chercheur.statut %}
40 {% form_field forms.chercheur.diplome %}
41 {% with forms.groupes.domaines_recherche as field %}
43 <th style=
"width: 150px;">
44 <a href=
"{% url "domaines-de-recherche
" %}">{{ field.label }}
</a>
45 {% if field.errors %}{{ field.errors }}{% endif %}
48 {% if field.field.help_text %}
<p class=
"help">{{ field.field.help_text|safe }}
</p>{% endif %}
52 {% with forms.groupes.groupes_chercheur as field %}
54 <th style=
"width: 150px;">
56 {% if field.errors %}{{ field.errors }}{% endif %}
59 {% if field.field.help_text %}
<p class=
"help">{{ field.field.help_text|safe }}
</p>{% endif %}
67 <legend>Etablissement de rattachement
<span style=
"color:red">*
</span></legend>
69 {% form_field forms.chercheur.pays_etablissement %}
70 {% form_field forms.chercheur.etablissement %}
75 <legend>Thèse
<em>(ou tout autre travail de recherche
— mémoire, HDR, etc.
— encadré par un universitaire)
</em></legend>
76 {% with forms.these as form %}
77 {% include
"table_form.html" %}
82 <legend>Discipline, thèmes de recherche
</legend>
84 {% form_field forms.chercheur.discipline %}
85 {% form_field forms.chercheur.theme_recherche %}
86 {% form_field forms.chercheur.equipe_recherche %}
87 {% form_field forms.chercheur.mots_cles %}
88 {% form_field forms.chercheur.url_site_web %}
89 {% form_field forms.chercheur.url_blog %}
90 {% form_field forms.chercheur.url_reseau_social %}
94 <fieldset class=
"horizontal-radio-buttons">
95 <legend>Activités en Francophonie
</legend>
98 {% form_field forms.chercheur.membre_instance_auf %}
99 {% form_field forms.chercheur.membre_instance_auf_nom %}
100 {% form_field forms.chercheur.membre_instance_auf_fonction %}
101 {% form_field forms.chercheur.membre_instance_auf_dates %}
106 {% form_field forms.chercheur.expert_oif %}
107 {% form_field forms.chercheur.expert_oif_details %}
108 {% form_field forms.chercheur.expert_oif_dates %}
113 {% form_field forms.chercheur.membre_association_francophone %}
114 {% form_field forms.chercheur.membre_association_francophone_details %}
119 {% form_field forms.chercheur.membre_reseau_institutionnel %}
120 {% form_field forms.chercheur.membre_reseau_institutionnel_nom %}
121 {% form_field forms.chercheur.membre_reseau_institutionnel_fonction %}
122 {% form_field forms.chercheur.membre_reseau_institutionnel_dates %}
127 <fieldset id=
"expertises" class=
"horizontal-radio-buttons">
128 <legend>Expertises
</legend>
129 {{ forms.expertises.management_form }}
130 {% for form in forms.expertises.forms %}
133 {% form_field form.nom %}
134 {% form_field form.date %}
135 {% form_field form.organisme_demandeur %}
136 {% form_field form.organisme_demandeur_visible %}
144 <th>{{ forms.chercheur.pas_de_sollicitation_expertises.label }}
</th>
145 <td>{{ forms.chercheur.pas_de_sollicitation_expertises }}
</td>
150 <fieldset id=
"publications">
151 <legend>Publications
</legend>
152 {{ forms.publications.management_form }}
153 {% for form in forms.publications.forms %}
155 {% if form.instance.publication_affichage %}
156 <p class=
"publication_affichage"><strong>Renseignements préalablement enregistrés:
</strong><br />
157 {{ form.instance.publication_affichage }}
</p>
160 {% form_field form.auteurs %}
161 {% form_field form.titre %}
162 {% form_field form.revue %}
163 {% form_field form.annee %}
164 {% form_field form.editeur %}
165 {% form_field form.lieu_edition %}
166 {% form_field form.nb_pages %}
167 {% form_field form.url %}
176 <td>{{ forms.chercheur.attestation }}
</td>
178 {{ forms.chercheur.attestation.label_tag }}
<span style=
"color:red">*
</span>
179 {{ forms.chercheur.attestation.errors }}