1 {% extends 'base.html' %}
4 {% block title %}RH - DAE - Embauche{% endblock %}
5 {% block titre %}Ressources humaines{% endblock %}
6 {% block sous_titre %}Demande d'autorisation d'embauche{% endblock %}
9 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/dae.css" />
13 <h1 class=
"gauche">Demandes d'autorisation d'engagement de personnel
</h1>
14 <a class=
"droite bouton-action" href=
"">PDF
</a>
15 <a class=
"droite bouton-action" href=
"{% url embauche dossier.poste.key dossier.id %}">Modifier
</a>
16 <div class=
"visualClear"></div>
18 <h2 class=
"section">SECTION
1 - POSTE
</h2>
19 {% with dossier.poste as poste %}
20 {% include 'dae/poste_resume.html' %}
23 <h2 class=
"section">SECTION
2 - PERSONNEL ENGAGÉ
</h2>
26 <div class=
"gauche"><h2>Personne
</h2></div>
28 <table class=
"droite">
31 <th>Mobilité interne
</th>
32 <td colspan=
"3">{% if dossier.mobilite_interne %}oui{% else %}non{% endif %}
38 <div class=
"clear"></div>
39 <table id=
"form-employe">
43 <td colspan=
"5">{{ dossier.employe }}
</td>
51 <h2>Comparaison salariale
</h2>
52 <span class=
"info">dans la région pour les employés occupant un poste similaire
</span>
62 {% for dc in dossier.comparaisons.all %}
64 <td>{{ dc.implantation }}
</td>
65 <td>{{ dc.personne }}
</td>
66 <td>{{ dc.poste }}
</td>
67 <td>{{ dc.montant }} {{ dc.devise }}
</td>
68 <td>{{ dc.montant_euros }} EUR
</td>
76 <div id=
"form-dossier">
77 {% comment %}Wrapper du formulaire de dossier{% endcomment %}
78 {% include
"dae/embauche-dossier-consulter.html" %}
82 <h2>Pièces jointes
</h2>
84 {% for pj in dossier.dossierpiece_set.all %}
85 <li><a href=
"{{ pj.fichier.url }}" target=
"_blank">{{ pj.nom }}
</a></li>
91 <h2 class=
"section">SECTION
3 - COÛT GLOBAL
</h2>
94 <table cellspacing=
"0" id=
"global-cost">
95 {% include 'dae/embauche-remun-consulter.html' %}
99 <h2 class=
"section">SECTION
4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)
</h2>
100 <h3>A - Justification du poste
</h3>
101 <p>{{ poste.justification }}
</p>
103 <h3>B - Justification de l'employé
</h3>
104 <p class=
"info">Les questions posées pour la justification apparaîtront après avoir enregistré le dossier.
</p>
107 <th>NOUVEL EMPLOYÉ
</th>
108 <th>RENOUVELLEMENT, PROLONGATION, RECLASSEMENT, MOBILITÉ INTERNE
</th>
112 {% for j in dossier.justificationnouvelemploye_set.all %}
113 <h4>{{ j.question }}
</h4>
114 <p>{{ j.reponse }}
</p>
118 {% for j in dossier.justificationautreemploye_set.all %}
119 <h4>{{ j.question }}
</h4>
120 <p>{{ j.reponse }}
</p>
130 {% for commentaire in dossier.historique_desc %}
131 <li>{{ commentaire }}
</li>
135 <form action=
"" method=
"post">
139 <input type=
"submit" value=
"valider" />