Commit | Line | Data |
---|---|---|
67a94eaf | 1 | {% load dae %} |
41318fe7 | 2 | <fieldset> |
c3be904d OL |
3 | <h2><label>Type d'intervention : </label>{{ poste.get_type_intervention_display }}</h2> |
4 | </fieldset> | |
5 | ||
6 | <fieldset> | |
41318fe7 OL |
7 | <h2>{{ poste.nom }} ({{ poste.implantation.nom }})</h2> |
8 | <table> | |
9 | <tbody> | |
10 | <tr> | |
11 | <th>Implantation</th> | |
12 | <td>{{ poste.implantation }}</td> | |
13 | </tr> | |
14 | <tr> | |
3fc2797f OL |
15 | <th>Lieu</th> |
16 | <td>{{ poste.implantation.adresse_physique_ville }}, {{ poste.implantation.adresse_physique_pays }}</td> | |
17 | </tr> | |
18 | <tr> | |
41318fe7 OL |
19 | <th>Type poste</th> |
20 | <td>{{ poste.type_poste }}</td> | |
21 | </tr> | |
22 | <tr> | |
23 | <th>Service</th> | |
24 | <td>{{ poste.service }}</td> | |
25 | </tr> | |
26 | <tr> | |
27 | <th>Responsable</th> | |
28 | <td>{{ poste.responsable }}</td> | |
29 | </tr> | |
30 | </tbody> | |
31 | </table> | |
32 | </fieldset> | |
33 | ||
34 | <fieldset> | |
35 | <h2>Recrutement</h2> | |
36 | <table> | |
37 | <tbody> | |
38 | <tr> | |
39 | <th>Statut</th> | |
a6eadec5 OL |
40 | <td>Local : {% if poste.local %}oui{% else %}non{% endif %}</td> |
41 | <td>Expatrié : {% if poste.expatrie %}oui{% else %}non{% endif %} | |
42 | <td>Mise à disposition : {% if poste.mise_a_disposition %}oui{% else %}non{% endif %}</td> | |
41318fe7 OL |
43 | </tr> |
44 | <tr> | |
45 | <th>Appel</th> | |
a6eadec5 | 46 | <td colspan="3">{{ poste.appel }}</td> |
41318fe7 OL |
47 | </tr> |
48 | </tbody> | |
49 | </table> | |
50 | </fieldset> | |
51 | ||
52 | <fieldset> | |
a71e5ecf | 53 | <h2>Durée prévue du poste </h2> |
41318fe7 OL |
54 | <span class="info">Indépendamment du titulaire du poste</span> |
55 | <table> | |
56 | <tbody> | |
57 | <tr> | |
58 | <th>Durée {% if not poste.date_fin %}indéterminée{% endif %}</th> | |
59 | {% if poste.date_fin %} | |
868a9322 | 60 | <td>du {{ poste.date_debut }} au {{ poste.date_fin }}</td> |
41318fe7 OL |
61 | {% else %} |
62 | <td>à partir du {{ poste.date_debut }}</td> | |
63 | {% endif %} | |
64 | </tr> | |
65 | <tr> | |
66 | <th>Régime travail</th> | |
868a9322 | 67 | <td>{{ poste.regime_travail }}%</td> |
41318fe7 OL |
68 | </tr> |
69 | <tr> | |
70 | <th>Nombre d'heure par semaine</th> | |
71 | <td>{{ poste.regime_travail_nb_heure_semaine }}H</td> | |
72 | </tr> | |
73 | ||
74 | </tbody> | |
75 | </table> | |
76 | </fieldset> | |
77 | ||
78 | <fieldset> | |
79 | <h2>Classement du poste</h2> | |
80 | <table id="classement"> | |
cb2f8a47 | 81 | <thead> |
41318fe7 | 82 | <tr> |
cb2f8a47 | 83 | <th></th> |
492fb9c2 BS |
84 | <th>Min. annuel ({{ poste.devise_min.code }})</th> |
85 | <th>Min. annuel (€, taux: {{ poste.show_taux_minimum }})</th> | |
86 | <th>Max. annuel ({{ poste.devise_max.code }})</th> | |
87 | <th>Max. annuel (€, taux: {{ poste.show_taux_maximum }})</th> | |
41318fe7 | 88 | </tr> |
cb2f8a47 EMS |
89 | </thead> |
90 | <tbody> | |
91 | <tr> | |
92 | <th>Échelon AUF</th> | |
492fb9c2 BS |
93 | <td colspan="2">{{ poste.classement_min }}</td> |
94 | <td colspan="2">{{ poste.classement_max }}</td> | |
0316268d BS |
95 | </tr> |
96 | <tr> | |
97 | <th colspan="5"> | |
f52a617c | 98 | Traitement |
0316268d | 99 | </th> |
cb2f8a47 EMS |
100 | </tr> |
101 | <tr> | |
b87e1b0e | 102 | <td class="spaced" >Salaire de base</td> |
cb2f8a47 | 103 | <td class="montant"> |
492fb9c2 | 104 | {{ poste.salaire_min|floatformat:0 }} |
cb2f8a47 EMS |
105 | </td> |
106 | <td class="montant"> | |
492fb9c2 BS |
107 | {{ poste.salaire_min|euros:poste.devise_min|floatformat:0 }} |
108 | </td> | |
109 | <td class="montant"> | |
110 | {{ poste.salaire_max|floatformat:0 }} | |
111 | </td> | |
112 | <td class="montant"> | |
113 | {{ poste.salaire_max|euros:poste.devise_max|floatformat:0 }} | |
cb2f8a47 EMS |
114 | </td> |
115 | </tr> | |
116 | <tr> | |
d48b850c BS |
117 | <td class="spaced">Indem. de fonction</td> |
118 | <td class="montant">{{ poste.indemn_fct_min|floatformat:0 }}</td> | |
119 | <td class="montant">{{ poste.indemn_fct_min|euros:poste.devise_min|floatformat:0 }}</td> | |
120 | <td class="montant">{{ poste.indemn_fct_max|floatformat:0 }}</td> | |
121 | <td class="montant">{{ poste.indemn_fct_max|euros:poste.devise_max|floatformat:0 }}</td> | |
122 | </tr> | |
123 | <tr> | |
0316268d BS |
124 | <td class="spaced">Sous-total</td> |
125 | <td class="montant"> | |
d48b850c | 126 | {{ poste.traitement_min_cad|floatformat:0 }} |
0316268d BS |
127 | </td> |
128 | <td class="montant"> | |
d48b850c | 129 | {{ poste.traitement_min_cad|euros:poste.devise_min|floatformat:0 }} |
0316268d BS |
130 | </td> |
131 | <td class="montant"> | |
d48b850c | 132 | {{ poste.traitement_max_cad|floatformat:0 }} |
0316268d BS |
133 | </td> |
134 | <td class="montant"> | |
d48b850c | 135 | {{ poste.traitement_max_cad|euros:poste.devise_min|floatformat:0 }} |
0316268d BS |
136 | </td> |
137 | </tr> | |
138 | <tr> | |
139 | <th colspan="5"> | |
140 | Indemnités autres | |
141 | </th> | |
142 | </tr> | |
143 | <tr> | |
b87e1b0e | 144 | <td class="spaced">Indem. d'expatriation</td> |
492fb9c2 BS |
145 | <td class="montant">{{ poste.indemn_expat_min|floatformat:0 }}</td> |
146 | <td class="montant">{{ poste.indemn_expat_min|euros:poste.devise_min|floatformat:0 }}</td> | |
147 | <td class="montant">{{ poste.indemn_expat_max|floatformat:0 }}</td> | |
148 | <td class="montant">{{ poste.indemn_expat_max|euros:poste.devise_max|floatformat:0 }}</td> | |
cb2f8a47 EMS |
149 | </tr> |
150 | <tr> | |
0316268d | 151 | <td class="spaced">Sous-total</td> |
d48b850c BS |
152 | <td class="montant">{{ poste.indemn_expat_min|floatformat:0 }}</td> |
153 | <td class="montant">{{ poste.indemn_expat_min|euros:poste.devise_min|floatformat:0 }}</td> | |
154 | <td class="montant">{{ poste.indemn_expat_max|floatformat:0 }}</td> | |
155 | <td class="montant">{{ poste.indemn_expat_max|euros:poste.devise_max|floatformat:0 }}</td> | |
0316268d | 156 | </tr> |
e37247db BS |
157 | <tr class="total-row"> |
158 | <th><strong>Total employé</strong></th> | |
159 | <th class="montant">{{ poste.total_employe_min|floatformat:0 }}</th> | |
160 | <th class="montant">{{ poste.total_employe_min|euros:poste.devise_max|floatformat:0 }}</th> | |
161 | <th class="montant">{{ poste.total_employe_max|floatformat:0 }}</th> | |
162 | <th class="montant">{{ poste.total_employe_max|euros:poste.devise_max|floatformat:0 }}</th> | |
163 | </tr> | |
0316268d BS |
164 | <tr> |
165 | <th colspan="5"> | |
166 | Charges patronales | |
167 | </th> | |
168 | </tr> | |
169 | <tr> | |
b87e1b0e | 170 | <td class="spaced">Charges patronales</td> |
492fb9c2 BS |
171 | <td class="montant">{{ poste.charges_patronales_min|floatformat:0 }}</td> |
172 | <td class="montant">{{ poste.charges_patronales_min|euros:poste.devise_min|floatformat:0 }}</td> | |
173 | <td class="montant">{{ poste.charges_patronales_max|floatformat:0 }}</td> | |
174 | <td class="montant">{{ poste.charges_patronales_max|euros:poste.devise_max|floatformat:0 }}</td> | |
cb2f8a47 EMS |
175 | </tr> |
176 | <tr> | |
0316268d BS |
177 | <td class="spaced">Sous-total</td> |
178 | <td class="montant">{{ poste.charges_patronales_min|floatformat:0 }}</td> | |
179 | <td class="montant">{{ poste.charges_patronales_min|euros:poste.devise_min|floatformat:0 }}</td> | |
180 | <td class="montant">{{ poste.charges_patronales_max|floatformat:0 }}</td> | |
181 | <td class="montant">{{ poste.charges_patronales_max|euros:poste.devise_max|floatformat:0 }}</td> | |
182 | </tr> | |
183 | <tr> | |
184 | <th colspan="5"> | |
185 | Autres | |
186 | </th> | |
187 | </tr> | |
188 | <tr> | |
b87e1b0e | 189 | <td class="spaced">Autres</td> |
492fb9c2 BS |
190 | <td class="montant">{{ poste.autre_min|floatformat:0 }}</td> |
191 | <td class="montant">{{ poste.autre_min|euros:poste.devise_min|floatformat:0 }}</td> | |
192 | <td class="montant">{{ poste.autre_max|floatformat:0 }}</td> | |
0316268d BS |
193 | <td class="montant">{{ poste.autre_max|euros:poste.devise_max|floatformat:0 }}</td> |
194 | </tr> | |
195 | <tr> | |
196 | <td class="spaced">Sous-total</td> | |
197 | <td class="montant">{{ poste.autre_min|floatformat:0 }}</td> | |
198 | <td class="montant">{{ poste.autre_min|euros:poste.devise_min|floatformat:0 }}</td> | |
199 | <td class="montant">{{ poste.autre_max|floatformat:0 }}</td> | |
492fb9c2 | 200 | <td class="montant">{{ poste.autre_max|euros:poste.devise_max|floatformat:0 }}</td> |
cb2f8a47 | 201 | </tr> |
b87e1b0e | 202 | <tr class="total-row" > |
e37247db | 203 | <th>Total AUF</th> |
492fb9c2 BS |
204 | <td class="montant">{{ poste.get_couts_minimum|floatformat:0 }}</td> |
205 | <td class="montant">{{ poste.get_couts_minimum_euros|floatformat:0 }}</td> | |
206 | <td class="montant">{{ poste.get_couts_maximum|floatformat:0 }}</td> | |
207 | <td class="montant">{{ poste.get_couts_maximum_euros|floatformat:0 }}</td> | |
cb2f8a47 | 208 | </tr> |
b87e1b0e | 209 | <tr class="total-row" > |
cb2f8a47 | 210 | <th>TOTAL sans charges patronales</th> |
492fb9c2 BS |
211 | <td class="montant">{{ poste.get_salaire_minimum|floatformat:0 }}</td> |
212 | <td class="montant">{{ poste.get_salaire_minimum_euros|floatformat:0 }}</td> | |
213 | <td class="montant">{{ poste.get_salaire_maximum|floatformat:0 }}</td> | |
214 | <td class="montant">{{ poste.get_salaire_maximum_euros|floatformat:0 }}</td> | |
cb2f8a47 EMS |
215 | </tr> |
216 | </tbody> | |
41318fe7 OL |
217 | </table> |
218 | ||
219 | <p class="info">N.B Conversion en EUROS au taux de change budgétaire</p> | |
220 | </fieldset> | |
221 | ||
222 | {% comment %}{% if new %}{% endcomment %} | |
223 | <fieldset> | |
068d1462 OL |
224 | <h2>Éléments de comparaison (externe)</h2> |
225 | {% if poste.est_comparable %} | |
41318fe7 OL |
226 | <table> |
227 | <tbody> | |
228 | <tr> | |
229 | <th>Devise</th> | |
230 | <td>{{ poste.devise_comparaison }}</td> | |
231 | </tr> | |
232 | </tbody> | |
233 | </table> | |
234 | <table id="elements-comparaison"> | |
235 | <tbody> | |
236 | <tr> | |
237 | <th></th> | |
238 | <th>Université</th> | |
239 | <th>Fonction publique</th> | |
240 | <th>Entreprise locale</th> | |
241 | <th>ONG</th> | |
242 | <th>Autre</th> | |
243 | </tr> | |
244 | <tr> | |
245 | <th>Minimum</th> | |
a3fee9c5 OL |
246 | <td> |
247 | {% if poste.comp_universite_min %} | |
248 | {{ poste.comp_universite_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 249 | ({{ poste.get_comp_universite_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 250 | {% endif %} |
41318fe7 | 251 | </td> |
a3fee9c5 OL |
252 | <td> |
253 | {% if poste.comp_fonctionpub_min %} | |
254 | {{ poste.comp_fonctionpub_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 255 | ({{ poste.get_comp_fonctionpub_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 256 | {% endif %} |
41318fe7 | 257 | </td> |
a3fee9c5 OL |
258 | <td> |
259 | {% if poste.comp_locale_min %} | |
260 | {{ poste.comp_locale_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 261 | ({{ poste.get_comp_locale_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 262 | {% endif %} |
41318fe7 | 263 | </td> |
a3fee9c5 OL |
264 | <td> |
265 | {% if poste.comp_ong_min %} | |
266 | {{ poste.comp_ong_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 267 | ({{ poste.get_comp_ong_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 268 | {% endif %} |
41318fe7 | 269 | </td> |
a3fee9c5 OL |
270 | <td> |
271 | {% if poste.comp_autre_min %} | |
272 | {{ poste.comp_autre_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 273 | ({{ poste.get_comp_autre_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 274 | {% endif %} |
41318fe7 OL |
275 | </td> |
276 | </tr> | |
277 | <tr> | |
278 | <th>Maximum</th> | |
a3fee9c5 OL |
279 | <td> |
280 | {% if poste.comp_universite_max %} | |
281 | {{ poste.comp_universite_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 282 | ({{ poste.get_comp_universite_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 283 | {% endif %} |
41318fe7 | 284 | </td> |
a3fee9c5 OL |
285 | <td> |
286 | {% if poste.comp_fonctionpub_max %} | |
287 | {{ poste.comp_fonctionpub_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 288 | ({{ poste.get_comp_fonctionpub_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 289 | {% endif %} |
41318fe7 | 290 | </td> |
a3fee9c5 OL |
291 | <td> |
292 | {% if poste.comp_locale_max %} | |
293 | {{ poste.comp_locale_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 294 | ({{ poste.get_comp_locale_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 295 | {% endif %} |
41318fe7 | 296 | </td> |
a3fee9c5 OL |
297 | <td> |
298 | {% if poste.comp_ong_max %} | |
299 | {{ poste.comp_ong_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 300 | ({{ poste.get_comp_ong_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 301 | {% endif %} |
41318fe7 | 302 | </td> |
a3fee9c5 OL |
303 | <td> |
304 | {% if poste.comp_autre_max %} | |
305 | {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 306 | ({{ poste.get_comp_autre_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 307 | {% endif %} |
41318fe7 OL |
308 | </td> |
309 | </tr> | |
310 | </tbody> | |
311 | </table> | |
a3fee9c5 OL |
312 | {% else %} |
313 | <p>Il n'y a pas de comparaisons disponibles</p> | |
314 | {% endif %} | |
41318fe7 OL |
315 | </fieldset> |
316 | ||
317 | <fieldset> | |
068d1462 | 318 | <h2>Éléments de comparaison (interne)</h2> |
1de3da13 | 319 | {% if comparaisons_internes.count > 0 %} |
068d1462 OL |
320 | <table> |
321 | <tbody> | |
322 | <tr> | |
a42c20ef OL |
323 | <th>Classement</th> |
324 | <th>Statut</th> | |
068d1462 OL |
325 | <th>Poste</th> |
326 | <th>Implantation</th> | |
068d1462 | 327 | </tr> |
1de3da13 | 328 | {% for poste_connexe in comparaisons_internes.all %} |
068d1462 | 329 | <tr> |
a42c20ef OL |
330 | <td>{{ poste_connexe.classement }}</td> |
331 | <td>{{ poste_connexe.statut }}</td> | |
068d1462 OL |
332 | <td>{{ poste_connexe.nom }}</td> |
333 | <td>{{ poste_connexe.implantation }}</td> | |
068d1462 | 334 | </tr> |
b9098c33 BS |
335 | {% if poste_connexe.poste_comparaison_remunerations.count > 0 %} |
336 | <tr> | |
48ffe7d1 | 337 | <td> |
6710758f | 338 | Rémunération |
b9098c33 | 339 | </td> |
48ffe7d1 | 340 | <td colspan="3"> |
b9098c33 BS |
341 | {% poste_cmp_remun_form poste_connexe %} |
342 | </td> | |
343 | </tr> | |
344 | {% endif %} | |
068d1462 OL |
345 | {% endfor %} |
346 | </tbody> | |
347 | </table> | |
348 | {% else %} | |
349 | <p>Il n'y a pas de comparaisons disponibles</p> | |
350 | {% endif %} | |
351 | </fieldset> | |
352 | ||
353 | <fieldset> | |
41318fe7 OL |
354 | <h2>Pièces jointes</h2> |
355 | <ul> | |
a184c555 | 356 | {% for pj in poste.dae_pieces.all %} |
67a94eaf | 357 | <li><a href="{% url poste_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}</a></li> |
41318fe7 OL |
358 | {% endfor %} |
359 | </ul> | |
360 | </fieldset> | |
361 | ||
362 | <fieldset> | |
a71e5ecf EMS |
363 | <h2>Financement</h2> |
364 | ||
a184c555 | 365 | {% if poste.dae_financements.count > 0 %} |
a71e5ecf EMS |
366 | <table> |
367 | <thead> | |
368 | <tr> | |
369 | <th>Type</th> | |
370 | <th>Pourcentage</th> | |
371 | <th>Commentaires</th> | |
372 | </tr> | |
373 | </thead> | |
374 | <tbody> | |
a184c555 | 375 | {% for f in poste.dae_financements.all %} |
a71e5ecf EMS |
376 | <tr> |
377 | <td>{{ f.get_type_display }}</td> | |
378 | <td>{{ f.pourcentage|floatformat:0 }} %</td> | |
379 | <td>{{ f.commentaire }}</td> | |
380 | </tr> | |
381 | {% endfor %} | |
382 | </tbody> | |
383 | </table> | |
384 | {% endif %} | |
385 | ||
41318fe7 OL |
386 | </fieldset> |
387 | ||
388 | <fieldset> | |
389 | <h2>Justification de la demande</h2> | |
390 | <div>{{ poste.justification|linebreaks }}</div> | |
391 | </fieldset> | |
392 |