1 {% extends 'sgrh.html' %}
3 {% block title %}RH - {{ employe }}{% endblock %}
4 {% block sous_titre %}Mon profil RH{% endblock %}
8 {% include
"rh/include/employe.html" %}
10 <div id=
"infos_perso" class=
"clear gauche50 contenu">
11 <h2>Informations personnelles
</h2>
14 {% if employe.nom_affichage %}
16 <th>Nom d'affichage :
</th>
17 <td>{{ employe.nom_affichage }}
</td>
21 <th>Date de naissance :
</th>
22 <td>{{ employe.date_naissance }}
</td>
25 <th>Nationalité :
</th>
26 <td>{{ employe.nationalite }}
</td>
29 <th>Situation familiale :
</th>
30 <td>{{ employe.situation_familiale }}
</td>
35 <div id=
"infos" class=
"gauche50 contenu">
36 <h2>Informations professionnelles AUF
</h2>
40 <th>Date d'entrée :
</th>
41 <td>{{ employe.date_entree }}
</td>
47 <div id=
"coord_perso" class=
"clear gauche50 contenu">
48 <h2>Coordonnées personnelles
</h2>
52 <th>Téléphone domicile :
</th>
53 <td>{{ employe.tel_domicile }}
</td>
56 <th>Téléphone cellulaire :
</th>
57 <td>{{ employe.tel_cellulaire }}
</td>
60 <th>Adresse complète :
</th>
62 {{ employe.adresse }}
<br />
63 {% if employe.ville or employe.province %}
64 {{ employe.ville }}{% if employe.ville and employe.province %}, {% endif %}
65 {{ employe.province }}
68 {% if employe.code_postal %}
69 {{ employe.code_postal }}
<br />
71 {{ employe.pays.nom }}
77 <div id=
"coord" class=
"gauche50 contenu">
78 <h2>Coordonnées professionnelles AUF
</h2>
83 <td>{{ employe.courriel }}
</td>
86 <th>Téléphone IP :
</th>
87 <td>{{ employe.tel_pro_ip|default_if_none:
"" }}
</td>
92 {% for d in employe.dossiers_encours %}
93 {% if d.poste.implantation.telephone_interne %}
94 {{ d.poste.implantation.telephone_interne }}
96 {{ d.poste.implantation.telephone|default_if_none:
"" }}
98 {% if employe.tel_pro_poste %}
99 poste {{ employe.tel_pro_poste }}
107 {% for d in employe.dossiers_encours %}
108 {% if d.poste.implantation.fax_interne %}
109 {{ d.poste.implantation.fax_interne }}
111 {{ d.poste.implantation.fax|default_if_none:
"" }}
117 <th>Adresse postale :
</th>
119 {% for d in employe.dossiers_encours %}
121 Formattage identique à annuaire intranet.
123 {% with d.poste.implantation as i %}
124 {% if i.adresse_postale_precision_avant %}
125 {{ i.adresse_postale_precision_avant }}
<br />
127 {% if i.adresse_postale_no %}
128 {{ i.adresse_postale_no }},
130 {% if i.adresse_postale_rue %}
131 {{ i.adresse_postale_rue }}
<br />
133 {% if i.adresse_postale_bureau %}
134 {{ i.adresse_postale_bureau }}
136 {% if i.adresse_postale_precision %}
137 {{ i.adresse_postale_precision }}
<br />
139 {% if i.adresse_postale_boite_postale %}
140 {{ i.adresse_postale_boite_postale }}
<br />
142 {% if i.adresse_postale_code_postal_avant_ville %}
143 {% if i.adresse_postale_code_postal %}
144 {{ i.adresse_postale_code_postal }}
146 {{ i.adresse_postale_ville }}{% if i.adresse_postale_ville and i.adresse_postale_region %}, {% endif %}
147 {% if i.adresse_postale_region %}
148 ({{ i.adresse_postale_region }})
<br />
151 {{ i.adresse_postale_ville }}{% if i.adresse_postale_ville and i.adresse_postale_region %}, {% endif %}
152 {% if i.adresse_postale_region %}
153 ({{ i.adresse_postale_region }})
155 {% if i.adresse_postale_code_postal %}
156 {{ i.adresse_postale_code_postal }}
<br />
159 {{ i.adresse_postale_pays.nom }}
167 <div class=
"clear contenu">
168 <h2>Dépendants (ayant-droits)
</h2>
169 {% if employe.ayantdroits.all %}
171 {% for ad in employe.ayantdroits.all %}
176 <p>Aucun dépendant.
</p>
181 <div id=
"postes" class=
"contenu">
182 <h2>Poste{{ employe.dossiers_encours|pluralize }} en cours
</h2>
184 {% for d in employe.dossiers_encours %}
185 <h3>{{ d.poste.nom }}
</h3>
187 {{ d.poste.service }}
<br />
188 {{ d.poste.implantation.nom }}
<br />
189 {{ d.poste.implantation.adresse_physique_ville }}
194 <th>Type de poste :
</th>
195 <td>{{ d.poste.type_poste }}
</td>
196 <th>Sous la responsabilité du poste :
</th>
197 <td>{{ d.poste.responsable }}
</td>
201 <td>{{ d.statut }}
</td>
202 <th>Organisation d'origine :
</th>
203 <td>{{ d.organisme_bstg|default_if_none:
"Non applicable" }}
</td>
206 <th>En remplacement sur ce poste ?
</th>
207 <td>{{ d.remplacement|yesno:
"oui, non" }}
</td>
212 <th>Statut résidence :
</th>
213 <td>{{ d.get_statut_residence_display }}
</td>
218 <th>Régime de travail (prévu) :
</th>
219 <td>{{ d.poste.regime_travail }}
</td>
220 <th>Nombre d'heures par semaine (prévu) :
</th>
221 <td>{{ d.poste.regime_travail_nb_heure_semaine }}
</td>
224 <th>Régime de travail (réel) :
</th>
226 {% if d.regime_travail %}
227 {{ d.regime_travail }} % du temps complet
230 <th>Nombre d'heures par semaine (réel) :
</th>
231 <td>{{ d.regime_travail_nb_heure_semaine }}
</td>
234 <th>Début d'occupation :
</th>
235 <td>{{ d.date_debut }}
</td>
236 <th>Fin d'occupation :
</th>
237 <td>{{ d.date_fin|default_if_none:
"Non définie" }}
</td>
242 <h3>Rémunération
</h3>
243 {{ d.classement }}
<br />
252 <div id=
"dossiers" class=
"contenu">
254 Ancien{{ employe.dossiers.count|pluralize }} poste{{ employe.dossiers.count|pluralize }}
255 ({{ employe.dossiers.count }})
259 {% for d in employe.dossiers_passes %}
260 {% include
"rh/include/dossier.html" %}
267 * Pièces jointes (Employé, Poste, Dossier?)
268 * Commentaire / remarque ? attention, commentaires privés des gestionnnaires?