1 {% extends 'sgrh.html' %}
3 {% block title %}RH - {{ employe }}{% endblock %}
4 {% block sous_titre %}Espace personnel{% endblock %}
7 <h1>{{ employe.civilite }} {{ employe }}
</h1>
9 <div id=
"identification">
10 <p>{{ employe.dossier.poste }}
</p>
13 <div id=
"infos" class=
"gauche50">
14 <h2>Informations professionnelles AUF
</h2>
18 <th>Date d'entrée :
</th>
19 <td>{{ employe.date_entree }}
</td>
25 <div id=
"infos_perso" class=
"gauche50">
26 <h2>Informations personnelles
</h2>
31 <th>Nom d'affichage :
</th>
32 <td>{{ employe.nom_affichage }}
</td>
36 <th>Date de naissance :
</th>
37 <td>{{ employe.date_naissance }}
</td>
40 <th>Nationalité :
</th>
41 <td>{{ employe.nationalite }}
</td>
44 <th>Situation familiale :
</th>
45 <td>{{ employe.situation_familiale }}
</td>
52 <div id=
"coord" class=
"clear gauche50">
53 <h2>Coordonnées professionnelles AUF
</h2>
54 {{ employe.courriel }}
56 <div id=
"coord_perso" class=
"gauche50">
57 <h2>Coordonnées personnelles
</h2>
61 <th>Téléphone domicile :
</th>
62 <td>{{ employe.tel_domicile }}
</td>
65 <th>Téléphone cellulaire :
</th>
66 <td>{{ employe.tel_cellulaire }}
</td>
69 <th>Adresse complète :
</th>
71 {{ employe.adresse }}
<br />
72 {% if employe.ville or employe.province %}
74 {% if employe.ville and employe.province %}, {% endif %}
75 {{ employe.province }}
78 {% if employe.code_postal %}
79 {{ employe.code_postal }}
<br />
81 {{ employe.pays.nom }}
88 <div id=
"dossiers" class=
"clear">
92 {% for d in employe.dossiers.all %}