4 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/pdf.css" />
5 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/dae.css" />
6 <style>{{ css }}
</style>
10 <h1>Demandes d'autorisation d'engagement de personnel
</h1>
12 <h2 class=
"section">SECTION
1 - POSTE
</h2>
13 {% with dossier.poste as poste %}
14 {% include 'dae/poste_resume.html' %}
17 <h2 class=
"section">SECTION
2 - PERSONNEL ENGAGÉ
</h2>
20 <div class=
"gauche"><h2>Personne
</h2></div>
22 <table class=
"droite">
25 <th>Mobilité interne
</th>
26 <td colspan=
"3">{% if dossier.mobilite_interne %}oui{% else %}non{% endif %}
32 <div class=
"clear"></div>
33 <table id=
"form-employe">
37 <td>{{ dossier.employe }}
</td>
45 <h2>Comparaison salariale
</h2>
46 <span class=
"info">dans la région pour les employés occupant un poste similaire
</span>
56 {% for dc in dossier.comparaisons.all %}
58 <td>{{ dc.implantation }}
</td>
59 <td>{{ dc.personne }}
</td>
60 <td>{{ dc.poste }}
</td>
61 <td>{{ dc.montant }} {{ dc.devise }}
</td>
62 <td>{{ dc.montant_euros }} EUR
</td>
70 <div id=
"form-dossier">
71 {% comment %}Wrapper du formulaire de dossier{% endcomment %}
72 {% include
"dae/embauche-dossier-consulter.html" %}
76 <h2>Pièces jointes
</h2>
78 {% for pj in dossier.dossierpiece_set.all %}
79 <li><a href=
"{{ pj.fichier.url }}" target=
"_blank">{{ pj.nom }}
</a></li>
85 <h2 class=
"section">SECTION
3 - COÛT GLOBAL
</h2>
88 <table cellspacing=
"0" id=
"global-cost">
89 {% include 'dae/embauche-remun-consulter.html' %}
93 <h2 class=
"section">SECTION
4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)
</h2>
94 <h3>A - Justification du poste
</h3>
95 <p>{{ poste.justification }}
</p>
97 <h3>B - Justification de l'employé
</h3>
98 <p class=
"info">Les questions posées pour la justification apparaîtront après avoir enregistré le dossier.
</p>
102 <th>NOUVEL EMPLOYÉ
</th>
103 <th>RENOUVELLEMENT, PROLONGATION, RECLASSEMENT, MOBILITÉ INTERNE
</th>
107 {% for j in dossier.justificationnouvelemploye_set.all %}
108 <h4>{{ j.question }}
</h4>
109 <p>{{ j.reponse }}
</p>
113 {% for j in dossier.justificationautreemploye_set.all %}
114 <h4>{{ j.question }}
</h4>
115 <p>{{ j.reponse }}
</p>
126 {% for commentaire in dossier.historique_desc %}
127 <li>{{ commentaire }}
</li>
135 <p class=
"signature"> ____________________________________________________________
</p>
136 <p class=
"signature"> ____________________________________________________________
</p>
137 <p class=
"signature"> ____________________________________________________________
</p>