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.type_poste }}
</td>
19 <td>{{ poste.service }}
</td>
23 <td>{{ poste.responsable }}
</td>
35 <th>local
</th><td>{% if poste.local %}oui{% else %}non{% endif %}
</td>
36 <th>expatrié
</th><td>{% if poste.expatrie %}oui{% else %}non{% endif %}
</td>
37 <th>mise à disposition
</th><td>{% if poste.mise_a_disposition %}oui{% else %}non{% endif %}
</td>
41 <td colspan=
"6">{{ poste.appel }}
</td>
48 <h2>Durée prévue du poste
</h2>
49 <span class=
"info">Indépendamment du titulaire du poste
</span>
53 <th>Durée {% if not poste.date_fin %}indéterminée{% endif %}
</th>
54 {% if poste.date_fin %}
55 <td>du {{ poste.date_debut }} au {{ poste.date_fin }}
</td>
57 <td>à partir du {{ poste.date_debut }}
</td>
61 <th>Régime travail
</th>
62 <td>{{ poste.regime_travail }}%
</td>
65 <th>Nombre d'heure par semaine
</th>
66 <td>{{ poste.regime_travail_nb_heure_semaine }}H
</td>
74 <h2>Classement du poste
</h2>
75 <table id=
"classement">
80 <th>Salaire de base
</th>
81 <th>Indem. d'expatriation
</th>
82 <th>Indem. de fonction
</th>
83 <th>Charges patronales
</th>
86 <th>Taux
> €
</th>
91 <td>{{ poste.classement_min }}
</td>
92 <td class=
"montant">{{ poste.salaire_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
93 <td class=
"montant">{{ poste.indemn_expat_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
94 <td class=
"montant">{{ poste.indemn_fct_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
95 <td class=
"montant">{{ poste.charges_patronales_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
96 <td class=
"montant">{{ poste.autre_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
97 <td class=
"montant">{{ poste.get_couts_minimum|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
98 <td>{{ poste.show_taux_minimum }}
</td>
99 <td class=
"montant">{{ poste.show_couts_minimum_euros|floatformat:
0 }}
</td>
103 <td>{{ poste.classement_max }}
</td>
104 <td class=
"montant">{{ poste.salaire_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
105 <td class=
"montant">{{ poste.indemn_expat_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
106 <td class=
"montant">{{ poste.indemn_fct_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
107 <td class=
"montant">{{ poste.charges_patronales_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
108 <td class=
"montant">{{ poste.autre_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
109 <td class=
"montant">{{ poste.get_couts_maximum|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
110 <td>{{ poste.show_taux_maximum }}
</td>
111 <td class=
"montant">{{ poste.show_couts_maximum_euros|floatformat:
0 }}
</td>
116 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
119 {% comment %}{% if new %}{% endcomment %}
121 <h2>Éléments de comparaison (externe)
</h2>
122 {% if poste.est_comparable %}
127 <td>{{ poste.devise_comparaison }}
</td>
131 <table id=
"elements-comparaison">
136 <th>Fonction publique
</th>
137 <th>Entreprise locale
</th>
144 {% if poste.comp_universite_min %}
145 {{ poste.comp_universite_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
146 ({{ poste.get_comp_universite_min_euros|floatformat:
0 }} EUR)
150 {% if poste.comp_fonctionpub_min %}
151 {{ poste.comp_fonctionpub_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
152 ({{ poste.get_comp_fonctionpub_min_euros|floatformat:
0 }} EUR)
156 {% if poste.comp_locale_min %}
157 {{ poste.comp_locale_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
158 ({{ poste.get_comp_locale_min_euros|floatformat:
0 }} EUR)
162 {% if poste.comp_ong_min %}
163 {{ poste.comp_ong_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
164 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
168 {% if poste.comp_autre_min %}
169 {{ poste.comp_autre_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
170 ({{ poste.get_comp_autre_min_euros|floatformat:
0 }} EUR)
177 {% if poste.comp_universite_max %}
178 {{ poste.comp_universite_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
179 ({{ poste.get_comp_universite_max_euros|floatformat:
0 }} EUR)
183 {% if poste.comp_fonctionpub_max %}
184 {{ poste.comp_fonctionpub_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
185 ({{ poste.get_comp_fonctionpub_max_euros|floatformat:
0 }} EUR)
189 {% if poste.comp_locale_max %}
190 {{ poste.comp_locale_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
191 ({{ poste.get_comp_locale_max_euros|floatformat:
0 }} EUR)
195 {% if poste.comp_ong_max %}
196 {{ poste.comp_ong_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
197 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
201 {% if poste.comp_autre_max %}
202 {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }}
203 ({{ poste.get_comp_autre_max_euros|floatformat:
0 }} EUR)
210 <p>Il n'y a pas de comparaisons disponibles
</p>
215 <h2>Éléments de comparaison (interne)
</h2>
216 {% if poste.comparaisons_internes.count
> 0 %}
221 <th>Implantation
</th>
225 {% for poste_connexe in poste.comparaisons_internes.all %}
227 <td>{{ poste_connexe.nom }}
</td>
228 <td>{{ poste_connexe.implantation }}
</td>
229 <td>{{ poste_connexe.montant }} {{ poste_connexe.devise.code }}
</td>
230 <td>{{ poste_connexe.montant_euros }} €
</td>
236 <p>Il n'y a pas de comparaisons disponibles
</p>
241 <h2>Pièces jointes
</h2>
243 {% for pj in poste.postepiece_set.all %}
244 <li><a href=
"{{ pj.fichier.url }}">{{ pj.nom }}
</a></li>
251 {% for f in poste.financements.all %}
257 <h2>Justification de la demande
</h2>
258 <div>{{ poste.justification|linebreaks }}
</div>