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> | |
cb2f8a47 EMS |
95 | </tr> |
96 | <tr> | |
b87e1b0e | 97 | <td class="spaced" >Salaire de base</td> |
cb2f8a47 | 98 | <td class="montant"> |
492fb9c2 | 99 | {{ poste.salaire_min|floatformat:0 }} |
cb2f8a47 EMS |
100 | </td> |
101 | <td class="montant"> | |
492fb9c2 BS |
102 | {{ poste.salaire_min|euros:poste.devise_min|floatformat:0 }} |
103 | </td> | |
104 | <td class="montant"> | |
105 | {{ poste.salaire_max|floatformat:0 }} | |
106 | </td> | |
107 | <td class="montant"> | |
108 | {{ poste.salaire_max|euros:poste.devise_max|floatformat:0 }} | |
cb2f8a47 EMS |
109 | </td> |
110 | </tr> | |
111 | <tr> | |
b87e1b0e | 112 | <td class="spaced">Indem. d'expatriation</td> |
492fb9c2 BS |
113 | <td class="montant">{{ poste.indemn_expat_min|floatformat:0 }}</td> |
114 | <td class="montant">{{ poste.indemn_expat_min|euros:poste.devise_min|floatformat:0 }}</td> | |
115 | <td class="montant">{{ poste.indemn_expat_max|floatformat:0 }}</td> | |
116 | <td class="montant">{{ poste.indemn_expat_max|euros:poste.devise_max|floatformat:0 }}</td> | |
cb2f8a47 EMS |
117 | </tr> |
118 | <tr> | |
b87e1b0e | 119 | <td class="spaced">Indem. de fonction</td> |
492fb9c2 BS |
120 | <td class="montant">{{ poste.indemn_fct_min|floatformat:0 }}</td> |
121 | <td class="montant">{{ poste.indemn_fct_min|euros:poste.devise_min|floatformat:0 }}</td> | |
122 | <td class="montant">{{ poste.indemn_fct_max|floatformat:0 }}</td> | |
123 | <td class="montant">{{ poste.indemn_fct_max|euros:poste.devise_max|floatformat:0 }}</td> | |
cb2f8a47 EMS |
124 | </tr> |
125 | <tr> | |
b87e1b0e | 126 | <td class="spaced">Charges patronales</td> |
492fb9c2 BS |
127 | <td class="montant">{{ poste.charges_patronales_min|floatformat:0 }}</td> |
128 | <td class="montant">{{ poste.charges_patronales_min|euros:poste.devise_min|floatformat:0 }}</td> | |
129 | <td class="montant">{{ poste.charges_patronales_max|floatformat:0 }}</td> | |
130 | <td class="montant">{{ poste.charges_patronales_max|euros:poste.devise_max|floatformat:0 }}</td> | |
cb2f8a47 EMS |
131 | </tr> |
132 | <tr> | |
b87e1b0e | 133 | <td class="spaced">Autres</td> |
492fb9c2 BS |
134 | <td class="montant">{{ poste.autre_min|floatformat:0 }}</td> |
135 | <td class="montant">{{ poste.autre_min|euros:poste.devise_min|floatformat:0 }}</td> | |
136 | <td class="montant">{{ poste.autre_max|floatformat:0 }}</td> | |
137 | <td class="montant">{{ poste.autre_max|euros:poste.devise_max|floatformat:0 }}</td> | |
cb2f8a47 | 138 | </tr> |
b87e1b0e | 139 | <tr class="total-row" > |
cb2f8a47 | 140 | <th>TOTAL</th> |
492fb9c2 BS |
141 | <td class="montant">{{ poste.get_couts_minimum|floatformat:0 }}</td> |
142 | <td class="montant">{{ poste.get_couts_minimum_euros|floatformat:0 }}</td> | |
143 | <td class="montant">{{ poste.get_couts_maximum|floatformat:0 }}</td> | |
144 | <td class="montant">{{ poste.get_couts_maximum_euros|floatformat:0 }}</td> | |
cb2f8a47 | 145 | </tr> |
b87e1b0e | 146 | <tr class="total-row" > |
cb2f8a47 | 147 | <th>TOTAL sans charges patronales</th> |
492fb9c2 BS |
148 | <td class="montant">{{ poste.get_salaire_minimum|floatformat:0 }}</td> |
149 | <td class="montant">{{ poste.get_salaire_minimum_euros|floatformat:0 }}</td> | |
150 | <td class="montant">{{ poste.get_salaire_maximum|floatformat:0 }}</td> | |
151 | <td class="montant">{{ poste.get_salaire_maximum_euros|floatformat:0 }}</td> | |
cb2f8a47 EMS |
152 | </tr> |
153 | </tbody> | |
41318fe7 OL |
154 | </table> |
155 | ||
156 | <p class="info">N.B Conversion en EUROS au taux de change budgétaire</p> | |
157 | </fieldset> | |
158 | ||
159 | {% comment %}{% if new %}{% endcomment %} | |
160 | <fieldset> | |
068d1462 OL |
161 | <h2>Éléments de comparaison (externe)</h2> |
162 | {% if poste.est_comparable %} | |
41318fe7 OL |
163 | <table> |
164 | <tbody> | |
165 | <tr> | |
166 | <th>Devise</th> | |
167 | <td>{{ poste.devise_comparaison }}</td> | |
168 | </tr> | |
169 | </tbody> | |
170 | </table> | |
171 | <table id="elements-comparaison"> | |
172 | <tbody> | |
173 | <tr> | |
174 | <th></th> | |
175 | <th>Université</th> | |
176 | <th>Fonction publique</th> | |
177 | <th>Entreprise locale</th> | |
178 | <th>ONG</th> | |
179 | <th>Autre</th> | |
180 | </tr> | |
181 | <tr> | |
182 | <th>Minimum</th> | |
a3fee9c5 OL |
183 | <td> |
184 | {% if poste.comp_universite_min %} | |
185 | {{ poste.comp_universite_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 186 | ({{ poste.get_comp_universite_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 187 | {% endif %} |
41318fe7 | 188 | </td> |
a3fee9c5 OL |
189 | <td> |
190 | {% if poste.comp_fonctionpub_min %} | |
191 | {{ poste.comp_fonctionpub_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 192 | ({{ poste.get_comp_fonctionpub_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 193 | {% endif %} |
41318fe7 | 194 | </td> |
a3fee9c5 OL |
195 | <td> |
196 | {% if poste.comp_locale_min %} | |
197 | {{ poste.comp_locale_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 198 | ({{ poste.get_comp_locale_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 199 | {% endif %} |
41318fe7 | 200 | </td> |
a3fee9c5 OL |
201 | <td> |
202 | {% if poste.comp_ong_min %} | |
203 | {{ poste.comp_ong_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 204 | ({{ poste.get_comp_ong_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 205 | {% endif %} |
41318fe7 | 206 | </td> |
a3fee9c5 OL |
207 | <td> |
208 | {% if poste.comp_autre_min %} | |
209 | {{ poste.comp_autre_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 210 | ({{ poste.get_comp_autre_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 211 | {% endif %} |
41318fe7 OL |
212 | </td> |
213 | </tr> | |
214 | <tr> | |
215 | <th>Maximum</th> | |
a3fee9c5 OL |
216 | <td> |
217 | {% if poste.comp_universite_max %} | |
218 | {{ poste.comp_universite_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 219 | ({{ poste.get_comp_universite_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 220 | {% endif %} |
41318fe7 | 221 | </td> |
a3fee9c5 OL |
222 | <td> |
223 | {% if poste.comp_fonctionpub_max %} | |
224 | {{ poste.comp_fonctionpub_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 225 | ({{ poste.get_comp_fonctionpub_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 226 | {% endif %} |
41318fe7 | 227 | </td> |
a3fee9c5 OL |
228 | <td> |
229 | {% if poste.comp_locale_max %} | |
230 | {{ poste.comp_locale_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 231 | ({{ poste.get_comp_locale_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 232 | {% endif %} |
41318fe7 | 233 | </td> |
a3fee9c5 OL |
234 | <td> |
235 | {% if poste.comp_ong_max %} | |
236 | {{ poste.comp_ong_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 237 | ({{ poste.get_comp_ong_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 238 | {% endif %} |
41318fe7 | 239 | </td> |
a3fee9c5 OL |
240 | <td> |
241 | {% if poste.comp_autre_max %} | |
242 | {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 243 | ({{ poste.get_comp_autre_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 244 | {% endif %} |
41318fe7 OL |
245 | </td> |
246 | </tr> | |
247 | </tbody> | |
248 | </table> | |
a3fee9c5 OL |
249 | {% else %} |
250 | <p>Il n'y a pas de comparaisons disponibles</p> | |
251 | {% endif %} | |
41318fe7 OL |
252 | </fieldset> |
253 | ||
254 | <fieldset> | |
068d1462 | 255 | <h2>Éléments de comparaison (interne)</h2> |
1de3da13 | 256 | {% if comparaisons_internes.count > 0 %} |
068d1462 OL |
257 | <table> |
258 | <tbody> | |
259 | <tr> | |
a42c20ef OL |
260 | <th>Classement</th> |
261 | <th>Statut</th> | |
068d1462 OL |
262 | <th>Poste</th> |
263 | <th>Implantation</th> | |
18170017 | 264 | <th>Rémunération totale sans les charges patronales</th> |
068d1462 OL |
265 | <th>EUR</th> |
266 | </tr> | |
1de3da13 | 267 | {% for poste_connexe in comparaisons_internes.all %} |
068d1462 | 268 | <tr> |
a42c20ef OL |
269 | <td>{{ poste_connexe.classement }}</td> |
270 | <td>{{ poste_connexe.statut }}</td> | |
068d1462 OL |
271 | <td>{{ poste_connexe.nom }}</td> |
272 | <td>{{ poste_connexe.implantation }}</td> | |
1d0f4eef | 273 | <td>{{ poste_connexe.montant|floatformat:0 }} {{ poste_connexe.devise.code }}</td> |
e84c8ef1 | 274 | <td>{{ poste_connexe.montant_euros }} €</td> |
068d1462 | 275 | </tr> |
b9098c33 BS |
276 | {% if poste_connexe.poste_comparaison_remunerations.count > 0 %} |
277 | <tr> | |
278 | <td colspan="1"> | |
279 | Rémunérations | |
280 | </td> | |
281 | <td colspan="6"> | |
282 | {% poste_cmp_remun_form poste_connexe %} | |
283 | </td> | |
284 | </tr> | |
285 | {% endif %} | |
068d1462 OL |
286 | {% endfor %} |
287 | </tbody> | |
288 | </table> | |
289 | {% else %} | |
290 | <p>Il n'y a pas de comparaisons disponibles</p> | |
291 | {% endif %} | |
292 | </fieldset> | |
293 | ||
294 | <fieldset> | |
41318fe7 OL |
295 | <h2>Pièces jointes</h2> |
296 | <ul> | |
a184c555 | 297 | {% for pj in poste.dae_pieces.all %} |
67a94eaf | 298 | <li><a href="{% url poste_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}</a></li> |
41318fe7 OL |
299 | {% endfor %} |
300 | </ul> | |
301 | </fieldset> | |
302 | ||
303 | <fieldset> | |
a71e5ecf EMS |
304 | <h2>Financement</h2> |
305 | ||
a184c555 | 306 | {% if poste.dae_financements.count > 0 %} |
a71e5ecf EMS |
307 | <table> |
308 | <thead> | |
309 | <tr> | |
310 | <th>Type</th> | |
311 | <th>Pourcentage</th> | |
312 | <th>Commentaires</th> | |
313 | </tr> | |
314 | </thead> | |
315 | <tbody> | |
a184c555 | 316 | {% for f in poste.dae_financements.all %} |
a71e5ecf EMS |
317 | <tr> |
318 | <td>{{ f.get_type_display }}</td> | |
319 | <td>{{ f.pourcentage|floatformat:0 }} %</td> | |
320 | <td>{{ f.commentaire }}</td> | |
321 | </tr> | |
322 | {% endfor %} | |
323 | </tbody> | |
324 | </table> | |
325 | {% endif %} | |
326 | ||
41318fe7 OL |
327 | </fieldset> |
328 | ||
329 | <fieldset> | |
330 | <h2>Justification de la demande</h2> | |
331 | <div>{{ poste.justification|linebreaks }}</div> | |
332 | </fieldset> | |
333 |