1 <div id=
"identification" class=
"contenu">
3 <img src=
"{{ employe.url_photo }}" alt=
"Photo" class=
"bordure" />
6 <h1>{{ employe.civilite }} {{ employe }}
</h1>
8 {% for d in employe.dossiers_encours %}
10 {% if employe.genre.upper == 'F' %}
11 {{ d.poste.nom_feminin }}
17 {{ d.poste.service|default_if_none:
"Service inconnu" }}
<br />
18 {{ d.poste.implantation.nom|default_if_none:
"Implantation inconnue" }}
<br />
19 {{ d.poste.implantation.adresse_physique_ville|default_if_none:
"Ville inconnue" }}