2 <h2><label>Type d'intervention :
</label>{{ poste.get_type_intervention_display }}
</h2>
6 <h2>{{ poste.nom }} ({{ poste.implantation.nom }})
</h2>
11 <td>{{ poste.implantation }}
</td>
15 <td>{{ poste.implantation.adresse_physique_ville }}, {{ poste.implantation.adresse_physique_pays }}
</td>
19 <td>{{ poste.type_poste }}
</td>
23 <td>{{ poste.service }}
</td>
27 <td>{{ poste.responsable }}
</td>
39 <td>Local : {% if poste.local %}oui{% else %}non{% endif %}
</td>
40 <td>Expatrié : {% if poste.expatrie %}oui{% else %}non{% endif %}
41 <td>Mise à disposition : {% if poste.mise_a_disposition %}oui{% else %}non{% endif %}
</td>
45 <td colspan=
"3">{{ poste.appel }}
</td>
52 <h2>Durée prévue du poste
</h2>
53 <span class=
"info">Indépendamment du titulaire du poste
</span>
57 <th>Durée {% if not poste.date_fin %}indéterminée{% endif %}
</th>
58 {% if poste.date_fin %}
59 <td>du {{ poste.date_debut }} au {{ poste.date_fin }}
</td>
61 <td>à partir du {{ poste.date_debut }}
</td>
65 <th>Régime travail
</th>
66 <td>{{ poste.regime_travail }}%
</td>
69 <th>Nombre d'heure par semaine
</th>
70 <td>{{ poste.regime_travail_nb_heure_semaine }}H
</td>
78 <h2>Classement du poste
</h2>
79 <table id=
"classement">
84 <th>Salaire de base
</th>
85 <th>Indem. d'expatriation
</th>
86 <th>Indem. de fonction
</th>
87 <th>Charges patronales
</th>
90 <th>Taux
> €
</th>
95 <td>{{ poste.classement_min }}
</td>
96 <td class=
"montant">{{ poste.salaire_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
97 <td class=
"montant">{{ poste.indemn_expat_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
98 <td class=
"montant">{{ poste.indemn_fct_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
99 <td class=
"montant">{{ poste.charges_patronales_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
100 <td class=
"montant">{{ poste.autre_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
101 <td class=
"montant">{{ poste.get_couts_minimum|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
102 <td>{{ poste.show_taux_minimum }}
</td>
103 <td class=
"montant">{{ poste.show_couts_minimum_euros|floatformat:
0 }}
</td>
107 <td>{{ poste.classement_max }}
</td>
108 <td class=
"montant">{{ poste.salaire_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
109 <td class=
"montant">{{ poste.indemn_expat_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
110 <td class=
"montant">{{ poste.indemn_fct_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
111 <td class=
"montant">{{ poste.charges_patronales_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
112 <td class=
"montant">{{ poste.autre_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
113 <td class=
"montant">{{ poste.get_couts_maximum|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
114 <td>{{ poste.show_taux_maximum }}
</td>
115 <td class=
"montant">{{ poste.show_couts_maximum_euros|floatformat:
0 }}
</td>
120 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
123 {% comment %}{% if new %}{% endcomment %}
125 <h2>Éléments de comparaison (externe)
</h2>
126 {% if poste.est_comparable %}
131 <td>{{ poste.devise_comparaison }}
</td>
135 <table id=
"elements-comparaison">
140 <th>Fonction publique
</th>
141 <th>Entreprise locale
</th>
148 {% if poste.comp_universite_min %}
149 {{ poste.comp_universite_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
150 ({{ poste.get_comp_universite_min_euros|floatformat:
0 }} EUR)
154 {% if poste.comp_fonctionpub_min %}
155 {{ poste.comp_fonctionpub_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
156 ({{ poste.get_comp_fonctionpub_min_euros|floatformat:
0 }} EUR)
160 {% if poste.comp_locale_min %}
161 {{ poste.comp_locale_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
162 ({{ poste.get_comp_locale_min_euros|floatformat:
0 }} EUR)
166 {% if poste.comp_ong_min %}
167 {{ poste.comp_ong_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
168 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
172 {% if poste.comp_autre_min %}
173 {{ poste.comp_autre_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
174 ({{ poste.get_comp_autre_min_euros|floatformat:
0 }} EUR)
181 {% if poste.comp_universite_max %}
182 {{ poste.comp_universite_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
183 ({{ poste.get_comp_universite_max_euros|floatformat:
0 }} EUR)
187 {% if poste.comp_fonctionpub_max %}
188 {{ poste.comp_fonctionpub_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
189 ({{ poste.get_comp_fonctionpub_max_euros|floatformat:
0 }} EUR)
193 {% if poste.comp_locale_max %}
194 {{ poste.comp_locale_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
195 ({{ poste.get_comp_locale_max_euros|floatformat:
0 }} EUR)
199 {% if poste.comp_ong_max %}
200 {{ poste.comp_ong_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
201 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
205 {% if poste.comp_autre_max %}
206 {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }}
207 ({{ poste.get_comp_autre_max_euros|floatformat:
0 }} EUR)
214 <p>Il n'y a pas de comparaisons disponibles
</p>
219 <h2>Éléments de comparaison (interne)
</h2>
220 {% if poste.comparaisons_internes.count
> 0 %}
227 <th>Implantation
</th>
231 {% for poste_connexe in poste.comparaisons_internes.all %}
233 <td>{{ poste_connexe.classement }}
</td>
234 <td>{{ poste_connexe.statut }}
</td>
235 <td>{{ poste_connexe.nom }}
</td>
236 <td>{{ poste_connexe.implantation }}
</td>
237 <td>{{ poste_connexe.montant|floatformat:
0 }} {{ poste_connexe.devise.code }}
</td>
238 <td>{{ poste_connexe.montant_euros|floatformat:
0 }} €
</td>
244 <p>Il n'y a pas de comparaisons disponibles
</p>
249 <h2>Pièces jointes
</h2>
251 {% for pj in poste.postepiece_set.all %}
252 <li><a href=
"{{ pj.fichier.url }}">{{ pj.nom }}
</a></li>
259 {% for f in poste.financements.all %}
265 <h2>Justification de la demande
</h2>
266 <div>{{ poste.justification|linebreaks }}
</div>