1 {% extends 'sgrh.html' %}
3 {% block title %}RH - {{ employe }}{% endblock %}
4 {% block sous_titre %}Mon profil RH{% endblock %}
9 <div id=
"identification">
10 <div class=
"gauche50">
11 <h2>{{ employe.civilite }} {{ employe }}
</h2>
13 {% for d in dossiers_encours %}
15 {% if employe.genre.upper == 'F' %}
16 {{ d.poste.nom_feminin }}
22 {{ d.poste.service|default_if_none:
"Service inconnu" }}
<br />
23 {{ d.poste.implantation.nom }}
<br />
24 {{ d.poste.implantation.adresse_physique_ville }}
28 <div class=
"gauche50">
31 <img src=
"{{ employe.photo }}" alt=
"Photo" width=
"150" height=
"200" />
37 <div id=
"infos_perso" class=
"gauche50">
38 <h2>Informations personnelles
</h2>
41 {% if employe.nom_affichage %}
43 <th>Nom d'affichage :
</th>
44 <td>{{ employe.nom_affichage }}
</td>
48 <th>Date de naissance :
</th>
49 <td>{{ employe.date_naissance }}
</td>
52 <th>Nationalité :
</th>
53 <td>{{ employe.nationalite }}
</td>
56 <th>Situation familiale :
</th>
57 <td>{{ employe.situation_familiale }}
</td>
62 <div id=
"infos" class=
"gauche50">
63 <h2>Informations professionnelles AUF
</h2>
67 <th>Date d'entrée :
</th>
68 <td>{{ employe.date_entree }}
</td>
74 <div id=
"coord_perso" class=
"clear gauche50">
75 <h2>Coordonnées personnelles
</h2>
79 <th>Téléphone domicile :
</th>
80 <td>{{ employe.tel_domicile }}
</td>
83 <th>Téléphone cellulaire :
</th>
84 <td>{{ employe.tel_cellulaire }}
</td>
87 <th>Adresse complète :
</th>
89 {{ employe.adresse }}
<br />
90 {% if employe.ville or employe.province %}
91 {{ employe.ville }}{% if employe.ville and employe.province %}, {% endif %}
92 {{ employe.province }}
95 {% if employe.code_postal %}
96 {{ employe.code_postal }}
<br />
98 {{ employe.pays.nom }}
104 <div id=
"coord" class=
"gauche50">
105 <h2>Coordonnées professionnelles AUF
</h2>
110 <td>{{ employe.courriel }}
</td>
113 <th>Téléphone IP :
</th>
114 <td>{{ employe.tel_pro_ip|default_if_none:
"" }}
</td>
119 {% for d in dossiers_encours %}
120 {% if d.poste.implantation.telephone_interne %}
121 {{ d.poste.implantation.telephone_interne }}
123 {{ d.poste.implantation.telephone|default_if_none:
"" }}
125 {% if employe.tel_pro_poste %}
126 <br />#{{ employe.tel_pro_poste }}
134 {% for d in dossiers_encours %}
135 {% if d.poste.implantation.fax_interne %}
136 {{ d.poste.implantation.fax_interne }}
138 {{ d.poste.implantation.fax|default_if_none:
"" }}
144 <th>Adresse postale :
</th>
146 {% for d in dossiers_encours %}
148 Formattage identique à annuaire intranet.
150 {% with d.poste.implantation as i %}
151 {% if i.adresse_postale_precision_avant %}
152 {{ i.adresse_postale_precision_avant }}
<br />
154 {% if i.adresse_postale_no %}
155 {{ i.adresse_postale_no }},
157 {% if i.adresse_postale_rue %}
158 {{ i.adresse_postale_rue }}
<br />
160 {% if i.adresse_postale_bureau %}
161 {{ i.adresse_postale_bureau }}
163 {% if i.adresse_postale_precision %}
164 {{ i.adresse_postale_precision }}
<br />
166 {% if i.adresse_postale_boite_postale %}
167 {{ i.adresse_postale_boite_postale }}
<br />
169 {% if i.adresse_postale_code_postal_avant_ville %}
170 {% if i.adresse_postale_code_postal %}
171 {{ i.adresse_postale_code_postal }}
173 {{ i.adresse_postale_ville }}{% if i.adresse_postale_ville and i.adresse_postale_region %}, {% endif %}
174 {% if i.adresse_postale_region %}
175 ({{ i.adresse_postale_region }})
<br />
178 {{ i.adresse_postale_ville }}{% if i.adresse_postale_ville and i.adresse_postale_region %}, {% endif %}
179 {% if i.adresse_postale_region %}
180 ({{ i.adresse_postale_region }})
182 {% if i.adresse_postale_code_postal %}
183 {{ i.adresse_postale_code_postal }}
<br />
186 {{ i.adresse_postale_pays.nom }}
195 <h2>Dépendants (ayant-droits)
</h2>
196 {% if employe.ayantdroits.all %}
198 {% for ad in employe.ayantdroits.all %}
203 <p>Aucun dépendant.
</p>
209 <h2>Poste{{ dossiers_encours|pluralize }} en cours
</h2>
211 {% for d in dossiers_encours %}
212 <h3>{{ d.poste.nom }}
</h3>
214 {{ d.poste.service }}
<br />
215 {{ d.poste.implantation.nom }}
<br />
216 {{ d.poste.implantation.adresse_physique_ville }}
221 <th>Type de poste :
</th>
222 <td>{{ d.poste.type_poste }}
</td>
223 <th>Sous la responsabilité du poste :
</th>
224 <td>{{ d.poste.responsable }}
</td>
228 <td>{{ d.statut }}
</td>
229 <th>Organisation d'origine
</th>
230 <td>{{ d.organisme_bstg|default_if_none:
"Non applicable" }}
</td>
233 <th>En remplacement sur ce poste ?
</th>
234 <td>{{ d.remplacement|yesno:
"oui, non" }}
</td>
239 <th>Statut résidence
</th>
240 <td>{{ d.statut_residence }}
</td>
245 <th>Régime de travail (prévu)
</th>
246 <td>{{ d.poste.regime_travail }}
</td>
247 <th>Nombre d'heures par semaine (prévu) :
</th>
248 <td>{{ d.poste.regime_travail_nb_heure_semaine }}
</td>
251 <th>Régime de travail (réel)
</th>
253 {% if d.regime_travail %}
254 {{ d.regime_travail }} % du temps complet
257 <th>Nombre d'heures par semaine (réel)
</th>
258 <td>{{ d.regime_travail_nb_heure_semaine }}
</td>
261 <th>Début d'occupation
</th>
262 <td>{{ d.date_debut }}
</td>
263 <th>Fin d'occupation
</th>
264 <td>{{ d.date_fin|default_if_none:
"Non définie" }}
</td>
269 <h3>Rémunération
</h3>
270 {{ d.classement }}
<br />
280 <h2>Ancien{{ dossiers|pluralize }} poste{{ dossiers|pluralize }}
</h2>
283 {% for d in dossiers_passes %}
284 {% include
"rh/include/dossier.html" %}
291 * Pièces jointes (Employé, Poste, Dossier?)
292 * Commentaire / remarque ? attention, commentaires privés des gestionnnaires?