1 <fieldset class=
"module aligned">
3 {% include
"rh/form-row.html" with
label=
"Zone administrative" value=dossier.poste.implantation.zone_administrative %}
4 {% include
"rh/form-row.html" with
label=
"Implantation" value=dossier.poste.implantation %}
7 <fieldset class=
"module aligned">
8 <h2>Informations générales
</h2>
9 {% include
"rh/form-row.html" with
label=
"Échelon" value=dossier.classement %}
10 {% include
"rh/form-row.html" with
label=
"Date début d'occupation" value=dossier.date_debut %}
11 {% include
"rh/form-row.html" with
label=
"Date fin d'occupation" value=dossier.date_fin %}
12 {% include
"rh/form-row.html" with
label=
"Régime de travail (% du temps complet)" value=dossier.regime_travail %}
13 {% include
"rh/form-row.html" with
label=
"Régime de travail (Nb. heures par semaine)" value=dossier.regime_travail_nb_heure_semaine %}
14 {% include
"rh/form-row.html" with
label=
"Statut" value=dossier.statut %}
15 {% include
"rh/form-row.html" with
label=
"Organisme BSTG" value=dossier.organisme_bstg %}
16 {% include
"rh/form-row.html" with
label=
"Statut de résidence" value=dossier.statut_residence %}
17 {% if dossier.remplacement %}
18 {% include
"rh/form-row.html" with
label=
"Remplacement" value=dossier.remplacement_de %}
22 {% if dossier.actif %}
23 <fieldset class=
"module aligned page-break">
24 <h2>Rémunération en cours
</h2>
26 {% include
"dae/embauche-remun-consulter.html" %}
31 {% include
"rh/include/pieces.html" %}
34 <fieldset class=
"module aligned">
43 {% for c in contrats %}
45 <td>{{ c.type_contrat }}
</td>
46 <td>{{ c.date_debut }}
</td>
47 <td>{{ c.date_fin }}
</td>
48 <td>{% if c.fichier %}
49 <a href=
"{{ c.fichier.url }}">Télécharger
</a>
58 <fieldset class=
"module aligned">
59 <h2>Historique de rémunération
</h2>
60 {% include
"rh/include/remunerations.html" with remunerations=dossier.remunerations %}
63 {% include
"rh/include/commentaires.html" %}