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>Demande 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=
"{% url dossier_piece pj.id %}">{{ 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>
100 <th>Nouvel employé
</th>
101 <th>Renouvellement, prolongation, reclassement, mobilité interne
</th>
105 <h4>{{ dossier.justif_nouveau_statut_label }}
</h4>
106 {{ dossier.justif_nouveau_statut|default:
"∅" }}
107 <h4>{{ dossier.justif_nouveau_tmp_remplacement_label }}
</h4>
108 {{ dossier.justif_nouveau_tmp_remplacement|default:
"∅" }}
109 <h4>{{ dossier.justif_nouveau_salaire_label }}
</h4>
110 {{ dossier.justif_nouveau_salaire|default:
"∅" }}
111 <h4>{{ dossier.justif_nouveau_commentaire_label }}
</h4>
112 {{ dossier.justif_nouveau_commentaire|default:
"∅" }}
115 <h4>{{ dossier.justif_rempl_type_contrat_label }}
</h4>
116 {{ dossier.justif_rempl_type_contrat|default:
"∅"}}
117 <h4>{{ dossier.justif_rempl_statut_employe_label }}
</h4>
118 {{ dossier.justif_rempl_statut_employe|default:
"∅"}}
119 <h4>{{ dossier.justif_rempl_evaluation_label }}
</h4>
120 {{ dossier.justif_rempl_evaluation|default:
"∅"}}
121 <h4>{{ dossier.justif_rempl_salaire_label }}
</h4>
122 {{ dossier.justif_rempl_salaire|default:
"∅" }}
123 <h4>{{ dossier.justif_rempl_commentaire_label }}
</h4>
124 {{ dossier.justif_rempl_commentaire|default:
"∅" }}
137 {% for commentaire in dossier.historique_desc %}
138 {% include
"dae/ligne_validation.html" %}
146 <p class=
"signature"> ____________________________________________________________
</p>
147 <p class=
"signature"> ____________________________________________________________
</p>
148 <p class=
"signature"> ____________________________________________________________
</p>