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">
85 <th>Salaire de base
</th>
86 <th>Indem. d'expatriation
</th>
87 <th>Indem. de fonction
</th>
88 <th>Charges patronales
</th>
91 <th>TOTAL sans charges patronales
</th>
92 <th>Taux
> €
</th>
94 <th>TOTAL (EUR) sans charges patronales
</th>
98 <td>{{ poste.classement_min }}
</td>
99 <td class=
"montant">{{ poste.salaire_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
100 <td class=
"montant">{{ poste.indemn_expat_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
101 <td class=
"montant">{{ poste.indemn_fct_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
102 <td class=
"montant">{{ poste.charges_patronales_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
103 <td class=
"montant">{{ poste.autre_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
104 <td class=
"montant">{{ poste.get_couts_minimum|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
105 <td class=
"montant">{{ poste.get_salaire_minimum|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
106 <td>{{ poste.show_taux_minimum }}
</td>
107 <td class=
"montant">{{ poste.show_couts_minimum_euros|floatformat:
0 }} €
</td>
108 <td class=
"montant">{{ poste.show_salaire_minimum_euros|floatformat:
0 }} €
</td>
112 <td>{{ poste.classement_max }}
</td>
113 <td class=
"montant">{{ poste.salaire_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
114 <td class=
"montant">{{ poste.indemn_expat_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
115 <td class=
"montant">{{ poste.indemn_fct_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
116 <td class=
"montant">{{ poste.charges_patronales_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
117 <td class=
"montant">{{ poste.autre_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
118 <td class=
"montant">{{ poste.get_couts_maximum|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
119 <td class=
"montant">{{ poste.get_salaire_maximum|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
120 <td>{{ poste.show_taux_maximum }}
</td>
121 <td class=
"montant">{{ poste.show_couts_maximum_euros|floatformat:
0 }} €
</td>
122 <td class=
"montant">{{ poste.show_salaire_maximum_euros|floatformat:
0 }} €
</td>
127 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
130 {% comment %}{% if new %}{% endcomment %}
132 <h2>Éléments de comparaison (externe)
</h2>
133 {% if poste.est_comparable %}
138 <td>{{ poste.devise_comparaison }}
</td>
142 <table id=
"elements-comparaison">
147 <th>Fonction publique
</th>
148 <th>Entreprise locale
</th>
155 {% if poste.comp_universite_min %}
156 {{ poste.comp_universite_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
157 ({{ poste.get_comp_universite_min_euros|floatformat:
0 }} EUR)
161 {% if poste.comp_fonctionpub_min %}
162 {{ poste.comp_fonctionpub_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
163 ({{ poste.get_comp_fonctionpub_min_euros|floatformat:
0 }} EUR)
167 {% if poste.comp_locale_min %}
168 {{ poste.comp_locale_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
169 ({{ poste.get_comp_locale_min_euros|floatformat:
0 }} EUR)
173 {% if poste.comp_ong_min %}
174 {{ poste.comp_ong_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
175 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
179 {% if poste.comp_autre_min %}
180 {{ poste.comp_autre_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
181 ({{ poste.get_comp_autre_min_euros|floatformat:
0 }} EUR)
188 {% if poste.comp_universite_max %}
189 {{ poste.comp_universite_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
190 ({{ poste.get_comp_universite_max_euros|floatformat:
0 }} EUR)
194 {% if poste.comp_fonctionpub_max %}
195 {{ poste.comp_fonctionpub_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
196 ({{ poste.get_comp_fonctionpub_max_euros|floatformat:
0 }} EUR)
200 {% if poste.comp_locale_max %}
201 {{ poste.comp_locale_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
202 ({{ poste.get_comp_locale_max_euros|floatformat:
0 }} EUR)
206 {% if poste.comp_ong_max %}
207 {{ poste.comp_ong_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
208 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
212 {% if poste.comp_autre_max %}
213 {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }}
214 ({{ poste.get_comp_autre_max_euros|floatformat:
0 }} EUR)
221 <p>Il n'y a pas de comparaisons disponibles
</p>
226 <h2>Éléments de comparaison (interne)
</h2>
227 {% if poste.comparaisons_internes.count
> 0 %}
234 <th>Implantation
</th>
238 {% for poste_connexe in poste.comparaisons_internes.all %}
240 <td>{{ poste_connexe.classement }}
</td>
241 <td>{{ poste_connexe.statut }}
</td>
242 <td>{{ poste_connexe.nom }}
</td>
243 <td>{{ poste_connexe.implantation }}
</td>
244 <td>{{ poste_connexe.montant|floatformat:
0 }} {{ poste_connexe.devise.code }}
</td>
245 <td>{{ poste_connexe.montant_euros|floatformat:
0 }} €
</td>
251 <p>Il n'y a pas de comparaisons disponibles
</p>
256 <h2>Pièces jointes
</h2>
258 {% for pj in poste.postepiece_set.all %}
259 <li><a href=
"{% url poste_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}
</a></li>
266 {% for f in poste.financements.all %}
272 <h2>Justification de la demande
</h2>
273 <div>{{ poste.justification|linebreaks }}
</div>