-
-
- Ancien dossier (le cas échéant)
- |
-
-
-
- {{ employe }} {{ employe.dossier_set.all.reverse }}
- |
-
-
- {{ form.classement_anterieur.label_tag }} |
- {{ form.salaire_anterieur.label_tag }} |
- {{ form.statut_anterieur.label_tag }} |
- {{ form.type_contrat.label_tag }} |
- |
-
-
- {{ form.instance.classement_anterieur|default:"" }} |
- {{ form.instance.salaire_anterieur|default:"" }} |
- {{ form.instance.statut_anterieur|default:"" }} |
- {{ form.instance.type_contrat|default:"" }} |
- |
-
-
-
- Précédant titulaire (le cas échéant)
- |
-
-
-
- {{ form.instance.employe_anterieur }}
- {% comment %} -
- Nom du poste visé
- {% endcomment %}
- {{ form.employe_anterieur.errors }}
- |
-
-
- {{ form.classement_titulaire_anterieur.label_tag }} |
- {% comment %}Valeur du point | {% endcomment %}
- {{ form.salaire_titulaire_anterieur.label_tag }} |
- {{ form.statut_titulaire_anterieur.label_tag }} |
- |
-
-
- {{ form.instance.classement_titulaire_anterieur }}
- {{ form.classement_titulaire_anterieur.errors }}
- |
- {% comment %}val point | {% endcomment %}
- {{ form.instance.salaire_titulaire_anterieur }} |
- {% comment %}${% endcomment %} |
- {% comment %}0.00{% endcomment %} |
- {% comment %}â¬{% endcomment %} |
- {{ form.instance.statut_titulaire_anterieur }} |
- |
-
-
-
- Proposition de classement
- |
-
- {% comment %}
-
-
- Davin Baragiotta -
- Nom du poste visé
- |
-
- {% endcomment %}
-
- {{ form.classement.label_tag }} |
- {% comment %}Valeur du point | {% endcomment %}
- {{ form.salaire.label_tag }} en {{ form.devise }} |
- |
-
-
- {{ form.classement }}
- {{ form.classement.errors }}
- |
- {% comment %}val point | {% endcomment %}
- {{ form.salaire }} (fourchette du poste : {{ poste.salaire_min }} {{ poste.devise_min.code }} - {{ poste.salaire_max }} {{ poste.devise_max.code }}) |
- {% comment %}${% endcomment %} |
- {% comment %}0.00{% endcomment %} |
- ⬠|
- |
-
-
-