1 <fieldset class=
"module aligned">
2 <h2>Identification
</h2>
3 {% include
"rh/form-row.html" with
label=
"Nom" value=employe.nom %}
4 {% include
"rh/form-row.html" with
label=
"Prénom" value=employe.prenom %}
5 {% include
"rh/form-row.html" with
label=
"Nom d'affichage" value=employe.nom_affichage|default:
"" %}
6 {% include
"rh/form-row.html" with
label=
"Nationalité" value=employe.nationalite %}
7 {% include
"rh/form-row.html" with
label=
"Date de naissance" value=employe.date_naissance %}
8 {% include
"rh/form-row.html" with
label=
"Situation familiale" value=employe.situation_famille.nom %}
9 {% include
"rh/form-row.html" with
label=
"Date d'entrée à l'AUF" value=employe.date_entree %}
12 <fieldset class=
"module aligned">
14 {% include
"rh/form-row.html" with
label=
"Adresse" value=employe.adresse %}
15 {% include
"rh/form-row.html" with
label=
"Ville" value=employe.ville %}
16 {% include
"rh/form-row.html" with
label=
"Code postal" value=employe.code_postal %}
17 {% include
"rh/form-row.html" with
label=
"Province" value=employe.province %}
18 {% include
"rh/form-row.html" with
label=
"Pays" value=employe.pays %}
19 {% include
"rh/form-row.html" with
label=
"Tél. domicile" value=employe.tel_domicile %}
20 {% include
"rh/form-row.html" with
label=
"Tél. mobile" value=employe.tel_cellulaire %}
21 {% include
"rh/form-row.html" with
label=
"Adresse courriel personnelle" value=employe.courriel_perso %}
24 <fieldset class=
"module aligned">
26 {% for ay in employe.ayantdroits.all %}
27 {% include
"rh/form-row.html" with label=ay value=ay.lien_parente %}
31 <fieldset class=
"module aligned">
33 {% for pj in employe.pieces.all %}
34 <div class=
"form-row">
35 <a href=
"{{ pj.fichier.url }}">{{ pj.nom }}
</a>