3 <h2><label>Type d'intervention :
</label>{{ poste.get_type_intervention_display }}
</h2>
7 <h2>{{ poste.nom }} ({{ poste.implantation.nom }})
</h2>
12 <td>{{ poste.implantation }}
</td>
16 <td>{{ poste.implantation.adresse_physique_ville }}, {{ poste.implantation.adresse_physique_pays }}
</td>
20 <td>{{ poste.type_poste }}
</td>
24 <td>{{ poste.service }}
</td>
28 <td>{{ poste.responsable }}
</td>
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>
46 <td colspan=
"3">{{ poste.appel }}
</td>
53 <h2>Durée prévue du poste
</h2>
54 <span class=
"info">Indépendamment du titulaire du poste
</span>
58 <th>Durée {% if not poste.date_fin %}indéterminée{% endif %}
</th>
59 {% if poste.date_fin %}
60 <td>du {{ poste.date_debut }} au {{ poste.date_fin }}
</td>
62 <td>à partir du {{ poste.date_debut }}
</td>
66 <th>Régime travail
</th>
67 <td>{{ poste.regime_travail }}%
</td>
70 <th>Nombre d'heure par semaine
</th>
71 <td>{{ poste.regime_travail_nb_heure_semaine }}H
</td>
79 <h2>Classement du poste
</h2>
80 <table id=
"classement">
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>
93 <td colspan=
"2">{{ poste.classement_min }}
</td>
94 <td colspan=
"2">{{ poste.classement_max }}
</td>
97 <td class=
"spaced" >Salaire de base
</td>
99 {{ poste.salaire_min|floatformat:
0 }}
102 {{ poste.salaire_min|euros:poste.devise_min|floatformat:
0 }}
105 {{ poste.salaire_max|floatformat:
0 }}
108 {{ poste.salaire_max|euros:poste.devise_max|floatformat:
0 }}
112 <td class=
"spaced">Indem. d'expatriation
</td>
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>
119 <td class=
"spaced">Indem. de fonction
</td>
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>
126 <td class=
"spaced">Charges patronales
</td>
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>
133 <td class=
"spaced">Autres
</td>
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>
139 <tr class=
"total-row" >
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>
146 <tr class=
"total-row" >
147 <th>TOTAL sans charges patronales
</th>
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>
156 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
159 {% comment %}{% if new %}{% endcomment %}
161 <h2>Éléments de comparaison (externe)
</h2>
162 {% if poste.est_comparable %}
167 <td>{{ poste.devise_comparaison }}
</td>
171 <table id=
"elements-comparaison">
176 <th>Fonction publique
</th>
177 <th>Entreprise locale
</th>
184 {% if poste.comp_universite_min %}
185 {{ poste.comp_universite_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
186 ({{ poste.get_comp_universite_min_euros|floatformat:
0 }} EUR)
190 {% if poste.comp_fonctionpub_min %}
191 {{ poste.comp_fonctionpub_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
192 ({{ poste.get_comp_fonctionpub_min_euros|floatformat:
0 }} EUR)
196 {% if poste.comp_locale_min %}
197 {{ poste.comp_locale_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
198 ({{ poste.get_comp_locale_min_euros|floatformat:
0 }} EUR)
202 {% if poste.comp_ong_min %}
203 {{ poste.comp_ong_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
204 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
208 {% if poste.comp_autre_min %}
209 {{ poste.comp_autre_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
210 ({{ poste.get_comp_autre_min_euros|floatformat:
0 }} EUR)
217 {% if poste.comp_universite_max %}
218 {{ poste.comp_universite_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
219 ({{ poste.get_comp_universite_max_euros|floatformat:
0 }} EUR)
223 {% if poste.comp_fonctionpub_max %}
224 {{ poste.comp_fonctionpub_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
225 ({{ poste.get_comp_fonctionpub_max_euros|floatformat:
0 }} EUR)
229 {% if poste.comp_locale_max %}
230 {{ poste.comp_locale_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
231 ({{ poste.get_comp_locale_max_euros|floatformat:
0 }} EUR)
235 {% if poste.comp_ong_max %}
236 {{ poste.comp_ong_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
237 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
241 {% if poste.comp_autre_max %}
242 {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }}
243 ({{ poste.get_comp_autre_max_euros|floatformat:
0 }} EUR)
250 <p>Il n'y a pas de comparaisons disponibles
</p>
255 <h2>Éléments de comparaison (interne)
</h2>
256 {% if comparaisons_internes.count
> 0 %}
263 <th>Implantation
</th>
264 <th>Rémunération totale sans les charges patronales
</th>
267 {% for poste_connexe in comparaisons_internes.all %}
269 <td>{{ poste_connexe.classement }}
</td>
270 <td>{{ poste_connexe.statut }}
</td>
271 <td>{{ poste_connexe.nom }}
</td>
272 <td>{{ poste_connexe.implantation }}
</td>
273 <td>{{ poste_connexe.montant|floatformat:
0 }} {{ poste_connexe.devise.code }}
</td>
274 <td>{{ poste_connexe.montant_euros }} €
</td>
276 {% if poste_connexe.poste_comparaison_remunerations.count
> 0 %}
282 {% poste_cmp_remun_form poste_connexe %}
290 <p>Il n'y a pas de comparaisons disponibles
</p>
295 <h2>Pièces jointes
</h2>
297 {% for pj in poste.dae_pieces.all %}
298 <li><a href=
"{% url poste_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}
</a></li>
306 {% if poste.dae_financements.count
> 0 %}
312 <th>Commentaires
</th>
316 {% for f in poste.dae_financements.all %}
318 <td>{{ f.get_type_display }}
</td>
319 <td>{{ f.pourcentage|floatformat:
0 }} %
</td>
320 <td>{{ f.commentaire }}
</td>
330 <h2>Justification de la demande
</h2>
331 <div>{{ poste.justification|linebreaks }}
</div>