1 <div id=
"identification" class=
"contenu">
3 <img src=
"{{ employe.url_photo }}" alt=
"Photo" class=
"bordure" />
6 <h1>{{ employe.civilite }} {{ employe }}
</h1>
9 {% for p in employe.postes_encours %}
10 {% if employe.genre.upper == 'F' %}
15 {% if not forloop.last %}
<br />{% endif %}
19 {{ employe.poste_principal.service|default_if_none:
"Service inconnu" }}
<br />
20 {{ employe.poste_principal.implantation.nom|default_if_none:
"Implantation inconnue" }}
<br />
21 {{ employe.poste_principal.implantation.adresse_physique_ville|default_if_none:
"Ville inconnue" }}