1 <fieldset class=
"module aligned">
3 {% include
"rh/form-row.html" with
label=
"Région" value=dossier.poste.implantation.region %}
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=
"Date début d'occupation" value=dossier.date_debut %}
10 {% include
"rh/form-row.html" with
label=
"Date fin d'occupation" value=dossier.date_fin %}
11 {% include
"rh/form-row.html" with
label=
"Régime de travail (% du temps complet)" value=dossier.regime_travail %}
12 {% include
"rh/form-row.html" with
label=
"Régime de travail (Nb. heures par semaine)" value=dossier.regime_travail_nb_heure_semaine %}
13 {% include
"rh/form-row.html" with
label=
"Statut" value=dossier.statut %}
14 {% include
"rh/form-row.html" with
label=
"Organisme BSTG" value=dossier.organisme_bstg %}
15 {% include
"rh/form-row.html" with
label=
"Statut de résidence" value=dossier.statut_residence %}
16 {% if dossier.remplacement %}
17 {% include
"rh/form-row.html" with
label=
"Remplacement" value=dossier.remplacement_de %}
21 <fieldset class=
"module aligned page-break">
22 <h2>Rémunération en cours
</h2>
24 {% include
"dae/embauche-remun-consulter.html" %}
28 {% include
"rh/include/pieces.html" %}
31 <fieldset class=
"module aligned">
40 {% for c in contrats %}
42 <td>{{ c.type_contrat }}
</td>
43 <td>{{ c.date_debut }}
</td>
44 <td>{{ c.date_fin }}
</td>
45 <td>{% if c.fichier %}
46 <a href=
"{{ media }}{{ c.fichier }}">Télécharger
</a>
55 <fieldset class=
"module aligned">
56 <h2>Historique de rémunération
</h2>
57 {% include
"rh/include/remunerations.html" with remunerations=dossier.remunerations %}
60 {% include
"rh/include/commentaires.html" %}