Commit | Line | Data |
---|---|---|
41318fe7 OL |
1 | <fieldset> |
2 | <h2>{{ poste.nom }} ({{ poste.implantation.nom }})</h2> | |
3 | <table> | |
4 | <tbody> | |
5 | <tr> | |
6 | <th>Implantation</th> | |
7 | <td>{{ poste.implantation }}</td> | |
8 | </tr> | |
9 | <tr> | |
10 | <th>Type poste</th> | |
11 | <td>{{ poste.type_poste }}</td> | |
12 | </tr> | |
13 | <tr> | |
14 | <th>Service</th> | |
15 | <td>{{ poste.service }}</td> | |
16 | </tr> | |
17 | <tr> | |
18 | <th>Responsable</th> | |
19 | <td>{{ poste.responsable }}</td> | |
20 | </tr> | |
21 | </tbody> | |
22 | </table> | |
23 | </fieldset> | |
24 | ||
25 | <fieldset> | |
26 | <h2>Recrutement</h2> | |
27 | <table> | |
28 | <tbody> | |
29 | <tr> | |
30 | <th>Statut</th> | |
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> | |
34 | </tr> | |
35 | <tr> | |
36 | <th>Appel</th> | |
37 | <td colspan="6">{{ poste.appel }}</td> | |
38 | </tr> | |
39 | </tbody> | |
40 | </table> | |
41 | </fieldset> | |
42 | ||
43 | <fieldset> | |
44 | <h2>Durée prévue du poste </h2> | |
45 | <span class="info">Indépendamment du titulaire du poste</span> | |
46 | <table> | |
47 | <tbody> | |
48 | <tr> | |
49 | <th>Durée {% if not poste.date_fin %}indéterminée{% endif %}</th> | |
50 | {% if poste.date_fin %} | |
868a9322 | 51 | <td>du {{ poste.date_debut }} au {{ poste.date_fin }}</td> |
41318fe7 OL |
52 | {% else %} |
53 | <td>à partir du {{ poste.date_debut }}</td> | |
54 | {% endif %} | |
55 | </tr> | |
56 | <tr> | |
57 | <th>Régime travail</th> | |
868a9322 | 58 | <td>{{ poste.regime_travail }}%</td> |
41318fe7 OL |
59 | </tr> |
60 | <tr> | |
61 | <th>Nombre d'heure par semaine</th> | |
62 | <td>{{ poste.regime_travail_nb_heure_semaine }}H</td> | |
63 | </tr> | |
64 | ||
65 | </tbody> | |
66 | </table> | |
67 | </fieldset> | |
68 | ||
69 | <fieldset> | |
70 | <h2>Classement du poste</h2> | |
71 | <table id="classement"> | |
72 | <tbody> | |
73 | <tr> | |
74 | <th></th> | |
75 | <th>Échelon AUF</th> | |
76 | <th>Salaire de base</th> | |
77 | <th>Indemnité, responsabilité (le cas échéant)</th> | |
78 | <th>Autres</th> | |
79 | <th>TOTAL</th> | |
80 | <th>Taux > €</th> | |
81 | <th>Conversion EUR</th> | |
82 | </tr> | |
83 | <tr> | |
84 | <th>Minimum</th> | |
85 | <td>{{ poste.classement_min }}</td> | |
5cbf3ffc OL |
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> | |
01b761df | 89 | <td class="montant">{{ poste.get_couts_minimum|floatformat:0 }} {{ poste.devise_min.code }}</td> |
12c7f8a7 OL |
90 | <td>{{ poste.show_taux_minimum }}</td> |
91 | <td class="montant">{{ poste.show_couts_minimum_euros|floatformat:0 }} EUR</td> | |
41318fe7 OL |
92 | </tr> |
93 | <tr> | |
94 | <th>Maximum</th> | |
95 | <td>{{ poste.classement_max }}</td> | |
5cbf3ffc OL |
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> | |
01b761df | 99 | <td class="montant">{{ poste.get_couts_maximum|floatformat:0 }} {{ poste.devise_max.code }}</td> |
12c7f8a7 OL |
100 | <td>{{ poste.show_taux_maximum }}</td> |
101 | <td class="montant">{{ poste.show_couts_maximum_euros|floatformat:0 }} EUR</td> | |
41318fe7 OL |
102 | </tr> |
103 | </tbody> | |
104 | </table> | |
105 | ||
106 | <p class="info">N.B Conversion en EUROS au taux de change budgétaire</p> | |
107 | </fieldset> | |
108 | ||
109 | {% comment %}{% if new %}{% endcomment %} | |
110 | <fieldset> | |
111 | <h2>Éléments de comparaison</h2> | |
112 | <span class="info">Compléter uniquement lors de la création d'un poste</span> | |
113 | <table> | |
114 | <tbody> | |
115 | <tr> | |
116 | <th>Devise</th> | |
117 | <td>{{ poste.devise_comparaison }}</td> | |
118 | </tr> | |
119 | </tbody> | |
120 | </table> | |
a3fee9c5 | 121 | {% if poste.est_comparable %} |
41318fe7 OL |
122 | <table id="elements-comparaison"> |
123 | <tbody> | |
124 | <tr> | |
125 | <th></th> | |
126 | <th>Université</th> | |
127 | <th>Fonction publique</th> | |
128 | <th>Entreprise locale</th> | |
129 | <th>ONG</th> | |
130 | <th>Autre</th> | |
131 | </tr> | |
132 | <tr> | |
133 | <th>Minimum</th> | |
a3fee9c5 OL |
134 | <td> |
135 | {% if poste.comp_universite_min %} | |
136 | {{ poste.comp_universite_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 137 | ({{ poste.get_comp_universite_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 138 | {% endif %} |
41318fe7 | 139 | </td> |
a3fee9c5 OL |
140 | <td> |
141 | {% if poste.comp_fonctionpub_min %} | |
142 | {{ poste.comp_fonctionpub_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 143 | ({{ poste.get_comp_fonctionpub_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 144 | {% endif %} |
41318fe7 | 145 | </td> |
a3fee9c5 OL |
146 | <td> |
147 | {% if poste.comp_locale_min %} | |
148 | {{ poste.comp_locale_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 149 | ({{ poste.get_comp_locale_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 150 | {% endif %} |
41318fe7 | 151 | </td> |
a3fee9c5 OL |
152 | <td> |
153 | {% if poste.comp_ong_min %} | |
154 | {{ poste.comp_ong_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 155 | ({{ poste.get_comp_ong_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 156 | {% endif %} |
41318fe7 | 157 | </td> |
a3fee9c5 OL |
158 | <td> |
159 | {% if poste.comp_autre_min %} | |
160 | {{ poste.comp_autre_min|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 161 | ({{ poste.get_comp_autre_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 162 | {% endif %} |
41318fe7 OL |
163 | </td> |
164 | </tr> | |
165 | <tr> | |
166 | <th>Maximum</th> | |
a3fee9c5 OL |
167 | <td> |
168 | {% if poste.comp_universite_max %} | |
169 | {{ poste.comp_universite_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 170 | ({{ poste.get_comp_universite_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 171 | {% endif %} |
41318fe7 | 172 | </td> |
a3fee9c5 OL |
173 | <td> |
174 | {% if poste.comp_fonctionpub_max %} | |
175 | {{ poste.comp_fonctionpub_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 176 | ({{ poste.get_comp_fonctionpub_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 177 | {% endif %} |
41318fe7 | 178 | </td> |
a3fee9c5 OL |
179 | <td> |
180 | {% if poste.comp_locale_max %} | |
181 | {{ poste.comp_locale_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 182 | ({{ poste.get_comp_locale_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 183 | {% endif %} |
41318fe7 | 184 | </td> |
a3fee9c5 OL |
185 | <td> |
186 | {% if poste.comp_ong_max %} | |
187 | {{ poste.comp_ong_max|floatformat:0 }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 188 | ({{ poste.get_comp_ong_min_euros|floatformat:0 }} EUR) |
a3fee9c5 | 189 | {% endif %} |
41318fe7 | 190 | </td> |
a3fee9c5 OL |
191 | <td> |
192 | {% if poste.comp_autre_max %} | |
193 | {{ poste.comp_autre_max }} {{ poste.devise_comparaison.code }} | |
5cbf3ffc | 194 | ({{ poste.get_comp_autre_max_euros|floatformat:0 }} EUR) |
a3fee9c5 | 195 | {% endif %} |
41318fe7 OL |
196 | </td> |
197 | </tr> | |
198 | </tbody> | |
199 | </table> | |
a3fee9c5 OL |
200 | {% else %} |
201 | <p>Il n'y a pas de comparaisons disponibles</p> | |
202 | {% endif %} | |
41318fe7 OL |
203 | </fieldset> |
204 | ||
205 | <fieldset> | |
206 | <h2>Pièces jointes</h2> | |
207 | <ul> | |
208 | {% for pj in poste.postepiece_set.all %} | |
209 | <li><a href="{{ pj.fichier.url }}">{{ pj.nom }}</a></li> | |
210 | {% endfor %} | |
211 | </ul> | |
212 | </fieldset> | |
213 | ||
214 | <fieldset> | |
215 | <h2>Financement</h2> | |
216 | {% for f in poste.financements.all %} | |
217 | <li>{{ f }}</li> | |
218 | {% endfor %} | |
219 | </fieldset> | |
220 | ||
221 | <fieldset> | |
222 | <h2>Justification de la demande</h2> | |
223 | <div>{{ poste.justification|linebreaks }}</div> | |
224 | </fieldset> | |
225 |