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>Indemnités d'expatriation
</th>
82 <th>Indemnités de fonction
</th>
83 <th>Charges patronales
</th>
86 <th>Taux
> €
</th>
87 <th>Conversion EUR
</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 }} EUR
</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 }} EUR
</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
</h2>
122 <span class=
"info">Compléter uniquement lors de la création d'un poste
</span>
127 <td>{{ poste.devise_comparaison }}
</td>
131 {% if poste.est_comparable %}
132 <table id=
"elements-comparaison">
137 <th>Fonction publique
</th>
138 <th>Entreprise locale
</th>
145 {% if poste.comp_universite_min %}
146 {{ poste.comp_universite_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
147 ({{ poste.get_comp_universite_min_euros|floatformat:
0 }} EUR)
151 {% if poste.comp_fonctionpub_min %}
152 {{ poste.comp_fonctionpub_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
153 ({{ poste.get_comp_fonctionpub_min_euros|floatformat:
0 }} EUR)
157 {% if poste.comp_locale_min %}
158 {{ poste.comp_locale_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
159 ({{ poste.get_comp_locale_min_euros|floatformat:
0 }} EUR)
163 {% if poste.comp_ong_min %}
164 {{ poste.comp_ong_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
165 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
169 {% if poste.comp_autre_min %}
170 {{ poste.comp_autre_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
171 ({{ poste.get_comp_autre_min_euros|floatformat:
0 }} EUR)
178 {% if poste.comp_universite_max %}
179 {{ poste.comp_universite_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
180 ({{ poste.get_comp_universite_max_euros|floatformat:
0 }} EUR)
184 {% if poste.comp_fonctionpub_max %}
185 {{ poste.comp_fonctionpub_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
186 ({{ poste.get_comp_fonctionpub_max_euros|floatformat:
0 }} EUR)
190 {% if poste.comp_locale_max %}
191 {{ poste.comp_locale_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
192 ({{ poste.get_comp_locale_max_euros|floatformat:
0 }} EUR)
196 {% if poste.comp_ong_max %}
197 {{ poste.comp_ong_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
198 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
202 {% if poste.comp_autre_max %}
203 {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }}
204 ({{ poste.get_comp_autre_max_euros|floatformat:
0 }} EUR)
211 <p>Il n'y a pas de comparaisons disponibles
</p>
216 <h2>Pièces jointes
</h2>
218 {% for pj in poste.postepiece_set.all %}
219 <li><a href=
"{{ pj.fichier.url }}">{{ pj.nom }}
</a></li>
226 {% for f in poste.financements.all %}
232 <h2>Justification de la demande
</h2>
233 <div>{{ poste.justification|linebreaks }}
</div>