Commit | Line | Data |
---|---|---|
02e69aa2 JPC |
1 | <div> |
2 | <h3>Identification</h3> | |
3 | {% comment %} | |
4 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
5 | {% endcomment %} | |
6 | <table> | |
7 | <tr><th>Nom</th><td>{{ poste.nom }}</td></tr> | |
8 | <tr><th>Implantation</th><td>{{ poste.implantation }}</td></tr> | |
9 | <tr><th>Type</th><td>{{ poste.type_poste }}</td></tr> | |
10 | <tr><th>Service</th><td>{{ poste.service }}</td></tr> | |
11 | <tr><th>Responsable</th><td>{{ poste.responsable }}</td></tr> | |
12 | </table> | |
13 | </div> | |
abf91905 | 14 | |
02e69aa2 JPC |
15 | <div> |
16 | <h3>Contrat</h3> | |
17 | {% comment %} | |
abf91905 | 18 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> |
02e69aa2 JPC |
19 | {% endcomment %} |
20 | <table> | |
21 | <tr><th>Régime de travail (% du temps complet)</th><td>{{ poste.regime_travail }}</td></tr> | |
22 | <tr><th>Régime de travail (Nb. heures par semaine)</th><td>{{ poste.regime_travail_nb_heure_semaine }}</td></tr> | |
23 | </table> | |
24 | </div> | |
3ebc0952 | 25 | |
02e69aa2 JPC |
26 | <div> |
27 | <h3>Recrutement</h3> | |
28 | {% comment %} | |
29 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
30 | {% endcomment %} | |
31 | <table> | |
32 | <tr><th>Local</th><td>{{ poste.local|yesno:"Oui,Non,Inconnu" }}</td></tr> | |
33 | <tr><th>Expatrié</th><td>{{ poste.expatrie|yesno:"Oui,Non,Inconnu" }}</td></tr> | |
34 | <tr><th>Mise à disposition</th><td>{{ poste.mise_a_disposition|yesno:"Oui,Non,Inconnu" }}</td></tr> | |
35 | <tr><th>Appel à candidature</th><td>{{ poste.appel }}</td></tr> | |
36 | </table> | |
37 | </div> | |
3ebc0952 | 38 | |
02e69aa2 JPC |
39 | <div> |
40 | <h3>Rémunération</H3> | |
41 | {% comment %} | |
42 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
43 | {% endcomment %} | |
44 | <table id="classement"> | |
45 | <thead> | |
46 | <tr> | |
47 | <th></th> | |
48 | <th>Min.</th> | |
49 | <th>Max.</th> | |
50 | </tr> | |
51 | </thead> | |
52 | <tbody> | |
53 | <tr> | |
54 | <th>Échelon AUF</th> | |
55 | <td>{{ poste.classement_min|default:"s/o" }}</td> | |
56 | <td>{{ poste.classement_max|default:"s/o" }}</td> | |
57 | </tr> | |
58 | <tr> | |
59 | <th>Valeur du point</th> | |
60 | <td class="montant">{{ poste.valeur_point_min|default:"" }}</td> | |
61 | <td class="montant">{{ poste.valeur_point_max|default:"" }}</td> | |
62 | </tr> | |
63 | <tr> | |
64 | <th>Salaire de base</th> | |
65 | <td class="montant">{{ poste.salaire_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}</td> | |
66 | <td class="montant">{{ poste.salaire_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}</td> | |
67 | </tr> | |
68 | <tr> | |
69 | <th>Indemnité</th> | |
70 | <td class="montant">{{ poste.indemn_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}</td> | |
71 | <td class="montant">{{ poste.indemn_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}</td> | |
72 | </tr> | |
73 | <tr> | |
74 | <th>Autres</th> | |
75 | <td class="montant">{{ poste.autre_min|default:"0"|floatformat:0 }} {{ poste.devise_min.code }}</td> | |
76 | <td class="montant">{{ poste.autre_max|default:"0"|floatformat:0 }} {{ poste.devise_max.code }}</td> | |
77 | </tr> | |
78 | </tbody> | |
79 | </table> | |
80 | </div> | |
3ebc0952 | 81 | |
02e69aa2 JPC |
82 | <div> |
83 | <h3>Comparatif</H3> | |
84 | {% comment %} | |
85 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
86 | {% endcomment %} | |
87 | <h4 style="float:none; clear: both">Device comparative : {{ poste.devise_comparaison }} </h4> | |
88 | <table id="classement"> | |
89 | <thead> | |
90 | <tr> | |
91 | <th></th> | |
92 | <th>Min.</th> | |
93 | <th>Max.</th> | |
94 | </tr> | |
95 | </thead> | |
96 | <tbody> | |
97 | <tr> | |
98 | <th>Comp. locale</th> | |
99 | <td class="montant">{{ poste.comp_locale_min|default:"0" }}</td> | |
100 | <td class="montant">{{ poste.comp_locale_max|default:"0" }}</td> | |
101 | </tr> | |
102 | <tr> | |
103 | <th>Comp. université</th> | |
104 | <td class="montant">{{ poste.comp_universite_min|default:"0" }}</td> | |
105 | <td class="montant">{{ poste.comp_universite_max|default:"0" }}</td> | |
106 | </tr> | |
107 | <tr> | |
108 | <th>Comp. fonction pub.</th> | |
109 | <td class="montant">{{ poste.comp_fonctionpub_min|default:"0" }}</td> | |
110 | <td class="montant">{{ poste.comp_fonctionpub_max|default:"0" }}</td> | |
111 | </tr> | |
112 | <tr> | |
113 | <th>Comp. ONG</th> | |
114 | <td class="montant">{{ poste.comp_ong_min|default:"0" }}</td> | |
115 | <td class="montant">{{ poste.comp_ong_max|default:"0" }}</td> | |
116 | </tr> | |
117 | <tr> | |
118 | <th>Comp. autre</th> | |
119 | <td class="montant">{{ poste.comp_autre_min|default:"0" }}</td> | |
120 | <td class="montant">{{ poste.comp_autre_max|default:"0" }}</td> | |
121 | </tr> | |
122 | <tr> | |
123 | <th>valeur</th> | |
124 | <td class="montant">{{ poste.valeur_valeur_min|default:"0" }}</td> | |
125 | <td class="montant">{{ poste.valeur_valeur_max|default:"0" }}</td> | |
126 | </tr> | |
127 | </tbody> | |
128 | </table> | |
129 | </div> | |
0dcfc806 | 130 | |
0dcfc806 | 131 | {% if poste.justification %} |
02e69aa2 JPC |
132 | <div> |
133 | <h3>Justification</h3> | |
134 | {% comment %} | |
135 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
136 | {% endcomment %} | |
137 | <p style="float:none; clear: both"> | |
138 | {{ poste.justification }} | |
139 | </p> | |
140 | </div> | |
0dcfc806 JPC |
141 | {% endif %} |
142 | ||
143 | {% if poste.date_debut or poste.date_fin %} | |
02e69aa2 JPC |
144 | <div> |
145 | <h3>Autres méta-données</h3> | |
146 | {% comment %} | |
147 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
148 | {% endcomment %} | |
149 | <table> | |
0dcfc806 | 150 | <tr> |
02e69aa2 JPC |
151 | <th>Date début</th> |
152 | <td>{{ poste.date_debut|default:"s/o" }}</td> | |
0dcfc806 | 153 | </tr> |
0dcfc806 | 154 | <tr> |
02e69aa2 JPC |
155 | <th>Date fin</th> |
156 | <td>{{ poste.date_fin|default:"s/o" }}</td> | |
0dcfc806 | 157 | </tr> |
02e69aa2 JPC |
158 | </table> |
159 | </div> | |
160 | {% endif %} | |
161 | ||
162 | {% if financements|length > 0 %} | |
163 | <div> | |
164 | <h3>Financement</h3> | |
165 | {% comment %} | |
166 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
167 | {% endcomment %} | |
168 | <table> | |
169 | <thead> | |
170 | <tr> | |
171 | <th>Type</th> | |
172 | <th>Pourcentage</th> | |
173 | <th>Commentaire</th> | |
174 | </tr> | |
175 | </thead> | |
176 | <tbody> | |
177 | {% for f in financements %} | |
178 | <tr> | |
179 | <td>{{ f.choix }}</td> | |
180 | <td>{{ f.pourcentage|floatformat:"2" }}%</td> | |
181 | <td>{{ f.commentaire }}</td> | |
182 | </tr> | |
183 | {% endfor %} | |
184 | </tbody> | |
185 | </table> | |
186 | </div> | |
0dcfc806 JPC |
187 | {% endif %} |
188 | ||
189 | {% include "rh/include/pieces.html" %} | |
190 | ||
191 | {% if dossiers|length > 0 %} | |
02e69aa2 JPC |
192 | <div> |
193 | <h3>Autres méta-données</h3> | |
194 | {% comment %} | |
195 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
196 | {% endcomment %} | |
197 | <table> | |
0dcfc806 JPC |
198 | <tr> |
199 | <th>Date début</th> | |
02e69aa2 | 200 | <td>{{ poste.date_debut|default:"s/o" }}</td> |
0dcfc806 | 201 | </tr> |
0dcfc806 | 202 | <tr> |
02e69aa2 JPC |
203 | <th>Date fin</th> |
204 | <td>{{ poste.date_fin|default:"s/o" }}</td> | |
0dcfc806 | 205 | </tr> |
02e69aa2 JPC |
206 | </table> |
207 | </div> | |
208 | {% endif %} | |
209 | ||
210 | {% if dossiers|length > 0 %} | |
211 | <div> | |
212 | <h3>Dossiers</h3> | |
213 | {% comment %} | |
214 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
215 | {% endcomment %} | |
216 | <table> | |
217 | <thead> | |
218 | <tr> | |
219 | <th>Date début</th> | |
220 | <th>Date fin</th> | |
221 | <th># du poste</th> | |
222 | <th>Actif</th> | |
223 | <th>Employé<th> | |
224 | </tr> | |
225 | </thead> | |
226 | <tbody> | |
227 | {% for d in dossiers %} | |
228 | <tr> | |
229 | <td>{{ d.date_debut }}</td> | |
230 | <td>{{ d.date_fin }}</td> | |
231 | <td>{{ d.id }}</td> | |
232 | <td>{{ d.actif|yesno:"Oui,Non" }}</td> | |
233 | <td>{{ d.employe }}</td> | |
234 | </tr> | |
235 | {% endfor %} | |
236 | </tbody> | |
237 | </table> | |
238 | </div> | |
0dcfc806 JPC |
239 | {% endif %} |
240 | ||
241 | {% if comparaisons|length > 0 %} | |
02e69aa2 JPC |
242 | <div> |
243 | <h3>Dossiers de comparaison</h3> | |
244 | {% comment %} | |
245 | <a class="noprint action-remove-block" href="#">Retirer de l'impression</a> | |
246 | {% endcomment %} | |
247 | <table> | |
248 | <thead> | |
249 | <tr> | |
250 | <th>Implantation</th> | |
251 | <th>Nom</th> | |
252 | <th>Montant</th> | |
253 | <th>Devise<th> | |
254 | </tr> | |
255 | </thead> | |
256 | <tbody> | |
257 | {% for p in comparaisons %} | |
258 | <tr> | |
259 | <td>{{ p.implantation }}</td> | |
260 | <td>{{ p.nom }}</td> | |
261 | <td>{{ p.montant|floatformat:2 }}</td> | |
262 | <td>{{ p.devise|default:"s/o" }}</td> | |
263 | </tr> | |
264 | {% endfor %} | |
265 | </tbody> | |
266 | </table> | |
267 | </div> | |
0dcfc806 JPC |
268 | {% endif %} |
269 | ||
2a36598b | 270 | {% include "rh/include/commentaires.html" %} |