X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Frh%2Ftemplates%2Frh%2Finclude%2Fdossier.html;h=4441880e150ee971f77d353ab61daeca0b7ca202;hp=3475e278bd925985c884e785941d53a58d58ad17;hb=838bc59d54d5f65ecc2a5cb4e789074e0f9ba764;hpb=71aec2c373b863afae294d831ccc549dec22c9ce
diff --git a/project/rh/templates/rh/include/dossier.html b/project/rh/templates/rh/include/dossier.html
index 3475e27..4441880 100644
--- a/project/rh/templates/rh/include/dossier.html
+++ b/project/rh/templates/rh/include/dossier.html
@@ -1,53 +1,61 @@
-
Dossier {{ dossier }}
-
-Implantation
-{{ dossier.poste.implantation }}
-
-{% include "rh/include/remunerations.html" with remunerations=dossier.remunerations_en_cours %}
-
-Durée et régime
-
- Date début d'occupation | {{ dossier.date_debut }} |
- Date fin d'occupation | {% if dossier.date_fin == None %}en cours{% else %}{{ dossier.date_fin }}{% endif %} |
-
- Régime de travail (% du temps complet) | {{ dossier.regime_travail }} |
- Régime de travail (Nb. heures par semaine) | {{ dossier.regime_travail_nb_heure_semaine }} |
-
-
-Information
-
- Statut | {{ dossier.statut }} |
- Organisme BSTG | {{ dossier.organisme_bstg }} |
- Statut de résidence | {{ dossier.statut_residence }} |
- Classement | {{ dossier.classement }} |
+
+
+
+
-{% include "rh/include/remunerations.html" with remunerations=dossier.remunerations %}
+
{% include "rh/include/pieces.html" %}
-Contrats
-
-
- Type |
- Date début |
- Date fin |
- Fichier |
-
- {% for c in contrats %}
-
- {{ c.type_contrat }} |
- {{ c.date_debut }} |
- {{ c.date_fin }} |
- {% if c.fichier %}
- Télécharger
- {% endif %}
- |
-
- {% endfor %}
-
+
+
+
+