{% extends 'base.html' %} {% load adminmedia %} {% block title %}RH - DAE - Embauche{% endblock %} {% block titre %}Ressources humaines{% endblock %} {% block sous_titre %}Demande d'autorisation d'embauche{% endblock %} {% block extrahead %} {% endblock %} {% block main %}
{{ poste.justification }}
Les questions posées pour la justification apparaîtront après avoir enregistré le dossier.
NOUVEL EMPLOYÉ | RENOUVELLEMENT, PROLONGATION, RECLASSEMENT, MOBILITÉ INTERNE |
---|---|
{% for j in dossier.justificationnouvelemploye_set.all %}
{{ j.question }}{{ j.reponse }} {% endfor %} |
{% for j in dossier.justificationautreemploye_set.all %}
{{ j.question }}{{ j.reponse }} {% endfor %} |