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:
".10f"}};
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">
19 {% include
"rh/form-row.html" with
label=
"Zone administrative" value=dossier.poste.implantation.zone_administrative %}
20 {% include
"rh/form-row.html" with
label=
"Implantation" value=dossier.poste.implantation %}
23 <fieldset class=
"module aligned">
24 <h2>Informations générales
</h2>
25 {% include
"rh/form-row.html" with
label=
"Échelon" value=dossier.classement %}
26 {% include
"rh/form-row.html" with
label=
"Date début d'occupation" value=dossier.date_debut %}
27 {% include
"rh/form-row.html" with
label=
"Date fin d'occupation" value=dossier.date_fin %}
28 {% include
"rh/form-row.html" with
label=
"Régime de travail (% du temps complet)" value=dossier.regime_travail %}
29 {% include
"rh/form-row.html" with
label=
"Régime de travail (Nb. heures par semaine)" value=dossier.regime_travail_nb_heure_semaine %}
30 <div class=
"form-row">
32 <label>Est un cadre :
</label>
34 {% if dossier.est_cadre %}
42 {% include
"rh/form-row.html" with
label=
"Statut" value=dossier.statut %}
43 {% include
"rh/form-row.html" with
label=
"Organisme BSTG" value=dossier.organisme_bstg %}
44 {% include
"rh/form-row.html" with
label=
"Statut de résidence" value=dossier.statut_residence %}
45 {% if dossier.remplacement %}
46 {% include
"rh/form-row.html" with
label=
"Remplacement" value=dossier.remplacement_de %}
50 <fieldset class=
"module aligned page-break">
51 {% for annee in annees %}
52 <h2>Rémunérations pour l'année {{ annee }}
</h2>
53 {% rh_remun_form_for_year dossier annee %}
57 {% include
"rh/include/pieces.html" %}
59 <fieldset class=
"module aligned">
61 <div class=
"form-row">
63 <label>Compte comptabilité:
</label> {{ dossier.get_compte_compta_display }}
66 <div class=
"form-row">
68 <label>Compte courriel:
</label>
69 {% if dossier.compte_courriel %}
79 <fieldset class=
"module aligned">
88 {% for c in contrats %}
90 <td>{{ c.type_contrat }}
</td>
91 <td>{{ c.date_debut }}
</td>
92 <td>{{ c.date_fin }}
</td>
93 <td>{% if c.fichier %}
94 <a href=
"{{ c.fichier.url }}">Télécharger
</a>
103 {% include
"rh/include/commentaires.html" %}