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">
91 <td>{{ poste.classement_min }}
</td>
92 <td>{{ poste.classement_max }}
</td>
95 <th>Salaire de base
</th>
97 {{ poste.salaire_min|floatformat:
0 }} {{ poste.devise_min.code }}
100 {{ poste.salaire_max|floatformat:
0 }} {{ poste.devise_max.code }}
104 <th>Indem. d'expatriation
</th>
105 <td class=
"montant">{{ poste.indemn_expat_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
106 <td class=
"montant">{{ poste.indemn_expat_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
109 <th>Indem. de fonction
</th>
110 <td class=
"montant">{{ poste.indemn_fct_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
111 <td class=
"montant">{{ poste.indemn_fct_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
114 <th>Charges patronales
</th>
115 <td class=
"montant">{{ poste.charges_patronales_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
116 <td class=
"montant">{{ poste.charges_patronales_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
120 <td class=
"montant">{{ poste.autre_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
121 <td class=
"montant">{{ poste.autre_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
125 <td class=
"montant">{{ poste.get_couts_minimum|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
126 <td class=
"montant">{{ poste.get_couts_maximum|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
129 <th>TOTAL sans charges patronales
</th>
130 <td class=
"montant">{{ poste.get_salaire_minimum|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
131 <td class=
"montant">{{ poste.get_salaire_maximum|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
134 <th>Taux
> €
</th>
135 <td>{{ poste.show_taux_minimum }}
</td>
136 <td>{{ poste.show_taux_maximum }}
</td>
140 <td class=
"montant">{{ poste.show_couts_minimum_euros|floatformat:
0 }} €
</td>
141 <td class=
"montant">{{ poste.show_couts_maximum_euros|floatformat:
0 }} €
</td>
144 <th>TOTAL (EUR) sans charges patronales
</th>
145 <td class=
"montant">{{ poste.show_salaire_minimum_euros|floatformat:
0 }} €
</td>
146 <td class=
"montant">{{ poste.show_salaire_maximum_euros|floatformat:
0 }} €
</td>
151 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
154 {% comment %}{% if new %}{% endcomment %}
156 <h2>Éléments de comparaison (externe)
</h2>
157 {% if poste.est_comparable %}
162 <td>{{ poste.devise_comparaison }}
</td>
166 <table id=
"elements-comparaison">
171 <th>Fonction publique
</th>
172 <th>Entreprise locale
</th>
179 {% if poste.comp_universite_min %}
180 {{ poste.comp_universite_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
181 ({{ poste.get_comp_universite_min_euros|floatformat:
0 }} EUR)
185 {% if poste.comp_fonctionpub_min %}
186 {{ poste.comp_fonctionpub_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
187 ({{ poste.get_comp_fonctionpub_min_euros|floatformat:
0 }} EUR)
191 {% if poste.comp_locale_min %}
192 {{ poste.comp_locale_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
193 ({{ poste.get_comp_locale_min_euros|floatformat:
0 }} EUR)
197 {% if poste.comp_ong_min %}
198 {{ poste.comp_ong_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
199 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
203 {% if poste.comp_autre_min %}
204 {{ poste.comp_autre_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
205 ({{ poste.get_comp_autre_min_euros|floatformat:
0 }} EUR)
212 {% if poste.comp_universite_max %}
213 {{ poste.comp_universite_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
214 ({{ poste.get_comp_universite_max_euros|floatformat:
0 }} EUR)
218 {% if poste.comp_fonctionpub_max %}
219 {{ poste.comp_fonctionpub_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
220 ({{ poste.get_comp_fonctionpub_max_euros|floatformat:
0 }} EUR)
224 {% if poste.comp_locale_max %}
225 {{ poste.comp_locale_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
226 ({{ poste.get_comp_locale_max_euros|floatformat:
0 }} EUR)
230 {% if poste.comp_ong_max %}
231 {{ poste.comp_ong_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
232 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
236 {% if poste.comp_autre_max %}
237 {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }}
238 ({{ poste.get_comp_autre_max_euros|floatformat:
0 }} EUR)
245 <p>Il n'y a pas de comparaisons disponibles
</p>
250 <h2>Éléments de comparaison (interne)
</h2>
251 {% if comparaisons_internes.count
> 0 %}
258 <th>Implantation
</th>
262 {% for poste_connexe in comparaisons_internes.all %}
264 <td>{{ poste_connexe.classement }}
</td>
265 <td>{{ poste_connexe.statut }}
</td>
266 <td>{{ poste_connexe.nom }}
</td>
267 <td>{{ poste_connexe.implantation }}
</td>
268 <td>{{ poste_connexe.montant|floatformat:
0 }} {{ poste_connexe.devise.code }}
</td>
269 <td>{{ poste_connexe.montant_euros|floatformat:
0 }} €
</td>
275 <p>Il n'y a pas de comparaisons disponibles
</p>
280 <h2>Pièces jointes
</h2>
282 {% for pj in poste.postepiece_set.all %}
283 <li><a href=
"{% url poste_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}
</a></li>
291 {% if poste.financements.count
> 0 %}
297 <th>Commentaires
</th>
301 {% for f in poste.financements.all %}
303 <td>{{ f.get_type_display }}
</td>
304 <td>{{ f.pourcentage|floatformat:
0 }} %
</td>
305 <td>{{ f.commentaire }}
</td>
315 <h2>Justification de la demande
</h2>
316 <div>{{ poste.justification|linebreaks }}
</div>