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>
12 {% for d in dossiers_encours %}
17 {{ d.poste.service|default_if_none:
"Service inconnu" }}
<br />
18 {{ d.poste.implantation.nom }}
<br />
19 {{ d.poste.implantation.adresse_physique_ville }}
23 <div class=
"gauche50">
24 <img alt=
"Photo" width=
"150" height=
"200" />
29 <div id=
"infos" class=
"clear gauche50">
30 <h2>Informations professionnelles AUF
</h2>
34 <th>Date d'entrée :
</th>
35 <td>{{ employe.date_entree }}
</td>
41 <div id=
"infos_perso" class=
"gauche50">
42 <h2>Informations personnelles
</h2>
47 <th>Nom d'affichage :
</th>
48 <td>{{ employe.nom_affichage }}
</td>
52 <th>Date de naissance :
</th>
53 <td>{{ employe.date_naissance }}
</td>
56 <th>Nationalité :
</th>
57 <td>{{ employe.nationalite }}
</td>
60 <th>Situation familiale :
</th>
61 <td>{{ employe.situation_familiale }}
</td>
67 <div id=
"coord" class=
"clear gauche50">
68 <h2>Coordonnées professionnelles AUF
</h2>
74 <td>{{ employe.courriel }}
</td>
77 <th>Téléphone IP :
</th>
78 <td>{{ employe.champ }}
</td>
82 <td>{{ employe.champ }}
</td>
86 <td>{{ employe.champ }}
</td>
89 <th>Adresse postale :
</th>
96 <div id=
"coord_perso" class=
"gauche50">
97 <h2>Coordonnées personnelles
</h2>
101 <th>Téléphone domicile :
</th>
102 <td>{{ employe.tel_domicile }}
</td>
105 <th>Téléphone cellulaire :
</th>
106 <td>{{ employe.tel_cellulaire }}
</td>
109 <th>Adresse complète :
</th>
111 {{ employe.adresse }}
<br />
112 {% if employe.ville or employe.province %}
114 {% if employe.ville and employe.province %}, {% endif %}
115 {{ employe.province }}
118 {% if employe.code_postal %}
119 {{ employe.code_postal }}
<br />
121 {{ employe.pays.nom }}
128 <div id=
"dossiers" class=
"clear">
132 {% for d in employe.dossiers.all %}
134 <a href =
"">{{ d }}
</a>
135 {% if d not in dossiers_encours %}