1 <h2>Dossier {{ dossier }}
</h2>
4 {{ dossier.poste.implantation }}
6 {% include
"rh/include/remunerations.html" with remunerations=dossier.remunerations_en_cours %}
8 <h3>Durée et régime
</h3>
10 <tr><th>Date début d'occupation
</th><td>{{ dossier.date_debut }}
</td></tr>
11 <tr><th>Date fin d'occupation
</th><td>{% if dossier.date_fin == None %}
<span style=
"color: red;">en cours
</span>{% else %}{{ dossier.date_fin }}{% endif %}
</td></tr>
13 <tr><th>Régime de travail (% du temps complet)
</th><td>{{ dossier.regime_travail }}
</td></tr>
14 <tr><th>Régime de travail (Nb. heures par semaine)
</th><td>{{ dossier.regime_travail_nb_heure_semaine }}
</td></tr>
19 <tr><th>Statut
</th><td>{{ dossier.statut }}
</td></tr>
20 <tr><th>Organisme BSTG
</th><td>{{ dossier.organisme_bstg }}
</td></tr>
21 <tr><th>Statut de résidence
</th><td>{{ dossier.statut_residence }}
</td></tr>
22 <tr><th>Classement
</th><td>{{ dossier.classement }}
</td></tr>
23 {% if dossier.remplacement %}
24 <th>Remplacement
</th><td>{{ dossier.remplacement_de }}
</td></tr>
28 {% include
"rh/include/remunerations.html" with remunerations=dossier.remunerations %}
30 {% include
"rh/include/pieces.html" %}
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>
53 {% include
"rh/include/commentaires.html" %}