5 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/pdf.css" />
6 <link rel=
"stylesheet" type=
"text/css" href=
"{{ MEDIA_URL }}css/dae.css" />
7 <style>{{ css }}
</style>
11 <h1>Demande d'autorisation d'engagement de personnel
</h1>
13 <h2 class=
"section">SECTION
1 - POSTE
</h2>
14 {% with dossier.poste as poste %}
15 {% include 'dae/poste_resume.html' %}
18 <h2 class=
"section">SECTION
2 - PERSONNEL ENGAGÉ
</h2>
21 <div class=
"gauche"><h2>Personne
</h2></div>
23 <table class=
"droite">
26 <th>Mobilité interne
</th>
27 <td colspan=
"3">{% if dossier.mobilite_interne %}oui{% else %}non{% endif %}
33 <div class=
"clear"></div>
34 <table id=
"form-employe">
38 <td>{{ dossier.employe }}
</td>
46 <h2>Comparaison salariale
</h2>
47 <span class=
"info">dans la région pour les employés occupant un poste similaire
</span>
57 {% for dc in dossier.comparaisons.all %}
59 <td>{{ dc.implantation }}
</td>
60 <td>{{ dc.personne }}
</td>
61 <td>{{ dc.poste }}
</td>
62 <td>{{ dc.montant }} {{ dc.devise }}
</td>
63 <td>{{ dc.montant_euros }} EUR
</td>
71 <div id=
"form-dossier">
72 {% comment %}Wrapper du formulaire de dossier{% endcomment %}
73 {% include
"dae/embauche-dossier-consulter.html" %}
77 <h2>Pièces jointes
</h2>
79 {% for pj in dossier.dossierpiece_set.all %}
80 <li><a href=
"{% url dossier_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}
</a></li>
86 <h2 class=
"section">SECTION
3 - COÛT GLOBAL
</h2>
89 <table cellspacing=
"0" id=
"global-cost">
90 {% include 'dae/embauche-remun-consulter.html' %}
94 <h2 class=
"section">SECTION
4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)
</h2>
95 <h3>A - Justification du poste
</h3>
96 <p>{{ poste.justification }}
</p>
98 <h3>B - Justification de l'employé
</h3>
101 <th>Nouvel employé
</th>
102 <th>Renouvellement, prolongation, reclassement, mobilité interne
</th>
106 <h4>{{ dossier.justif_nouveau_statut_label }}
</h4>
107 {{ dossier.justif_nouveau_statut|default:
"∅" }}
108 <h4>{{ dossier.justif_nouveau_tmp_remplacement_label }}
</h4>
109 {{ dossier.justif_nouveau_tmp_remplacement|default:
"∅" }}
110 <h4>{{ dossier.justif_nouveau_salaire_label }}
</h4>
111 {{ dossier.justif_nouveau_salaire|default:
"∅" }}
112 <h4>{{ dossier.justif_nouveau_commentaire_label }}
</h4>
113 {{ dossier.justif_nouveau_commentaire|default:
"∅" }}
116 <h4>{{ dossier.justif_rempl_type_contrat_label }}
</h4>
117 {{ dossier.justif_rempl_type_contrat|default:
"∅"}}
118 <h4>{{ dossier.justif_rempl_statut_employe_label }}
</h4>
119 {{ dossier.justif_rempl_statut_employe|default:
"∅"}}
120 <h4>{{ dossier.justif_rempl_evaluation_label }}
</h4>
121 {{ dossier.justif_rempl_evaluation|default:
"∅"}}
122 <h4>{{ dossier.justif_rempl_salaire_label }}
</h4>
123 {{ dossier.justif_rempl_salaire|default:
"∅" }}
124 <h4>{{ dossier.justif_rempl_commentaire_label }}
</h4>
125 {{ dossier.justif_rempl_commentaire|default:
"∅" }}
138 {% for commentaire in dossier.historique_desc %}
139 {% include
"dae/ligne_validation.html" %}
147 <p class=
"signature"> ____________________________________________________________
</p>
148 <p class=
"signature"> ____________________________________________________________
</p>
149 <p class=
"signature"> ____________________________________________________________
</p>