4 <script src=
"{{ STATIC_URL }}js/jquery-1.5.1.min.js"
5 type=
"text/javascript"></script>
6 <script type=
"text/javascript">
9 DEVISES['{{d.devise_code}}'] = {{d.taux_euro|stringformat:
"f"}};
12 <script src=
"{{ STATIC_URL }}js/dae.js" type=
"text/javascript"></script>
13 <script src=
"{{ STATIC_URL }}js/remun.js" type=
"text/javascript"></script>
17 <fieldset class=
"module aligned">
18 <h2>Identification
</h2>
19 {% include
"rh/form-row.html" with
label=
"Nom" value=employe.nom %}
20 {% include
"rh/form-row.html" with
label=
"Prénom" value=employe.prenom %}
21 {% include
"rh/form-row.html" with
label=
"Nom d'affichage" value=employe.nom_affichage|default:
"" %}
22 {% include
"rh/form-row.html" with
label=
"Genre" value=employe.get_genre_display %}
23 {% include
"rh/form-row.html" with
label=
"Nationalité" value=employe.nationalite %}
24 {% include
"rh/form-row.html" with
label=
"Date de naissance" value=employe.date_naissance %}
25 {% include
"rh/form-row.html" with
label=
"Situation familiale" value=employe.situation_famille.nom %}
26 {% include
"rh/form-row.html" with
label=
"Date d'entrée à l'AUF" value=employe.date_entree %}
29 <fieldset class=
"module aligned">
31 {% include
"rh/form-row.html" with
label=
"Adresse" value=employe.adresse %}
32 {% include
"rh/form-row.html" with
label=
"Ville" value=employe.ville %}
33 {% include
"rh/form-row.html" with
label=
"Code postal" value=employe.code_postal %}
34 {% include
"rh/form-row.html" with
label=
"Province" value=employe.province %}
35 {% include
"rh/form-row.html" with
label=
"Pays" value=employe.pays %}
36 {% include
"rh/form-row.html" with
label=
"Tél. domicile" value=employe.tel_domicile %}
37 {% include
"rh/form-row.html" with
label=
"Tél. mobile" value=employe.tel_cellulaire %}
38 {% include
"rh/form-row.html" with
label=
"Adresse courriel personnelle" value=employe.courriel_perso %}
41 {% if dossier_principal %}
43 <fieldset class=
"module aligned page-break">
44 <h2>Rémunérations pour l'année {{ annee }}
</h2>
45 {% rh_remun_form_for_year dossier_principal annee %}
50 <fieldset class=
"module aligned">
52 {% for ay in employe.ayantdroits.all %}
53 {% include
"rh/form-row.html" with label=ay value=ay.lien_parente|default_if_none:
"Lien de parenté inconnu" %}
57 <fieldset class=
"module aligned">
59 {% for pj in employe.pieces.all %}
60 <div class=
"form-row">
61 <a href=
"{{ pj.fichier.url }}">{{ pj.nom }}
</a>