2 <h2>{{ poste.nom }} ({{ poste.implantation.nom }})
</h2>
7 <td>{{ poste.implantation }}
</td>
11 <td>{{ poste.type_poste }}
</td>
15 <td>{{ poste.service }}
</td>
19 <td>{{ poste.responsable }}
</td>
31 <th>local
</th><td>{% if poste.local %}oui{% else %}non{% endif %}
</td>
32 <th>expatrié
</th><td>{% if poste.expatrie %}oui{% else %}non{% endif %}
</td>
33 <th>mise à disposition
</th><td>{% if poste.mise_a_disposition %}oui{% else %}non{% endif %}
</td>
37 <td colspan=
"6">{{ poste.appel }}
</td>
44 <h2>Durée prévue du poste
</h2>
45 <span class=
"info">Indépendamment du titulaire du poste
</span>
49 <th>Durée {% if not poste.date_fin %}indéterminée{% endif %}
</th>
50 {% if poste.date_fin %}
51 <td>du {{ poste.date_debut }} au {{ poste.date_fin }}
</td>
53 <td>à partir du {{ poste.date_debut }}
</td>
57 <th>Régime travail
</th>
58 <td>{{ poste.regime_travail }}%
</td>
61 <th>Nombre d'heure par semaine
</th>
62 <td>{{ poste.regime_travail_nb_heure_semaine }}H
</td>
70 <h2>Classement du poste
</h2>
71 <table id=
"classement">
76 <th>Salaire de base
</th>
77 <th>Indemnité, responsabilité (le cas échéant)
</th>
80 <th>Taux
> €
</th>
81 <th>Conversion EUR
</th>
85 <td>{{ poste.classement_min }}
</td>
86 <td class=
"montant">{{ poste.salaire_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
87 <td class=
"montant">{{ poste.indemn_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
88 <td class=
"montant">{{ poste.autre_min|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
89 <td class=
"montant">{{ poste.show_couts_minimum|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
90 <td>{{ poste.show_taux_minimum }}
</td>
91 <td class=
"montant">{{ poste.show_couts_minimum_euros|floatformat:
0 }} EUR
</td>
95 <td>{{ poste.classement_max }}
</td>
96 <td class=
"montant">{{ poste.salaire_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
97 <td class=
"montant">{{ poste.indemn_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
98 <td class=
"montant">{{ poste.autre_max|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
99 <td class=
"montant">{{ poste.show_couts_maximum|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
100 <td>{{ poste.show_taux_maximum }}
</td>
101 <td class=
"montant">{{ poste.show_couts_maximum_euros|floatformat:
0 }} EUR
</td>
106 <p class=
"info">N.B Conversion en EUROS au taux de change budgétaire
</p>
109 {% comment %}{% if new %}{% endcomment %}
111 <h2>Éléments de comparaison
</h2>
112 <span class=
"info">Compléter uniquement lors de la création d'un poste
</span>
117 <td>{{ poste.devise_comparaison }}
</td>
121 {% if poste.est_comparable %}
122 <table id=
"elements-comparaison">
127 <th>Fonction publique
</th>
128 <th>Entreprise locale
</th>
135 {% if poste.comp_universite_min %}
136 {{ poste.comp_universite_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
137 ({{ poste.get_comp_universite_min_euros|floatformat:
0 }} EUR)
141 {% if poste.comp_fonctionpub_min %}
142 {{ poste.comp_fonctionpub_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
143 ({{ poste.get_comp_fonctionpub_min_euros|floatformat:
0 }} EUR)
147 {% if poste.comp_locale_min %}
148 {{ poste.comp_locale_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
149 ({{ poste.get_comp_locale_min_euros|floatformat:
0 }} EUR)
153 {% if poste.comp_ong_min %}
154 {{ poste.comp_ong_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
155 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
159 {% if poste.comp_autre_min %}
160 {{ poste.comp_autre_min|floatformat:
0 }} {{ poste.devise_comparaison.code }}
161 ({{ poste.get_comp_autre_min_euros|floatformat:
0 }} EUR)
168 {% if poste.comp_universite_max %}
169 {{ poste.comp_universite_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
170 ({{ poste.get_comp_universite_max_euros|floatformat:
0 }} EUR)
174 {% if poste.comp_fonctionpub_max %}
175 {{ poste.comp_fonctionpub_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
176 ({{ poste.get_comp_fonctionpub_max_euros|floatformat:
0 }} EUR)
180 {% if poste.comp_locale_max %}
181 {{ poste.comp_locale_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
182 ({{ poste.get_comp_locale_max_euros|floatformat:
0 }} EUR)
186 {% if poste.comp_ong_max %}
187 {{ poste.comp_ong_max|floatformat:
0 }} {{ poste.devise_comparaison.code }}
188 ({{ poste.get_comp_ong_min_euros|floatformat:
0 }} EUR)
192 {% if poste.comp_autre_max %}
193 {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }}
194 ({{ poste.get_comp_autre_max_euros|floatformat:
0 }} EUR)
201 <p>Il n'y a pas de comparaisons disponibles
</p>
206 <h2>Pièces jointes
</h2>
208 {% for pj in poste.postepiece_set.all %}
209 <li><a href=
"{{ pj.fichier.url }}">{{ pj.nom }}
</a></li>
216 {% for f in poste.financements.all %}
222 <h2>Justification de la demande
</h2>
223 <div>{{ poste.justification|linebreaks }}
</div>