Commit | Line | Data |
---|---|---|
ce740bb5 OL |
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 %} | |
10 | </fieldset> | |
abf91905 | 11 | |
ce740bb5 OL |
12 | <fieldset class="module aligned"> |
13 | <h2>Coordonnées</h2> | |
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 | </fieldset> |