-
-
- Ancien dossier (le cas échéant)
- |
-
- {% comment %}
-
-
- Davin Baragiotta -
- Coord info
- |
-
- {% endcomment %}
-
- {{ form.classement_anterieur.label_tag }} |
- {% comment %}Valeur du point | {% endcomment %}
- {{ form.salaire_anterieur.label_tag }} |
- {{ form.statut_anterieur.label_tag }} |
- Type de contrat |
-
-
- {{ form.classement_anterieur }}
- {{ form.classement_anterieur.errors }}
- |
- {% comment %}val point | {% endcomment %}
- {{ form.salaire_anterieur }}
- {{ form.salaire_anterieur.errors }}
- |
- {% comment %}${% endcomment %} |
- {% comment %}0.00{% endcomment %} |
- {% comment %}â¬{% endcomment %} |
- {{ form.statut_anterieur }}
- {{ form.statut_anterieur.errors }}
- |
- |
-
-
-
- Précédant titulaire (le cas échéant)
- |
-
-
-
- {{ form.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.classement_titulaire_anterieur }}
- {{ form.classement_titulaire_anterieur.errors }}
- |
- {% comment %}val point | {% endcomment %}
- {{ form.salaire_titulaire_anterieur }} |
- {% comment %}${% endcomment %} |
- {% comment %}0.00{% endcomment %} |
- {% comment %}â¬{% endcomment %} |
- {{ form.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.errors }}
- |
- {% comment %}val point | {% endcomment %}
- {{ form.salaire }} |
- {% comment %}${% endcomment %} |
- {% comment %}0.00{% endcomment %} |
- ⬠|
- |
-
-
-