2 <h3>Identification
</h3>
4 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
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>
18 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
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>
29 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
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>
42 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
44 <table id=
"classement">
55 <td>{{ poste.classement_min|default:
"s/o" }}
</td>
56 <td>{{ poste.classement_max|default:
"s/o" }}
</td>
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>
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>
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>
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>
85 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
87 <h4 style=
"float:none; clear: both">Device comparative : {{ poste.devise_comparaison }}
</h4>
88 <table id=
"classement">
99 <td class=
"montant">{{ poste.comp_locale_min|default:
"0" }}
</td>
100 <td class=
"montant">{{ poste.comp_locale_max|default:
"0" }}
</td>
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>
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>
114 <td class=
"montant">{{ poste.comp_ong_min|default:
"0" }}
</td>
115 <td class=
"montant">{{ poste.comp_ong_max|default:
"0" }}
</td>
119 <td class=
"montant">{{ poste.comp_autre_min|default:
"0" }}
</td>
120 <td class=
"montant">{{ poste.comp_autre_max|default:
"0" }}
</td>
124 <td class=
"montant">{{ poste.valeur_valeur_min|default:
"0" }}
</td>
125 <td class=
"montant">{{ poste.valeur_valeur_max|default:
"0" }}
</td>
131 {% if poste.justification %}
133 <h3>Justification
</h3>
135 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
137 <p style=
"float:none; clear: both">
138 {{ poste.justification }}
143 {% if poste.date_debut or poste.date_fin %}
145 <h3>Autres méta-données
</h3>
147 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
152 <td>{{ poste.date_debut|default:
"s/o" }}
</td>
156 <td>{{ poste.date_fin|default:
"s/o" }}
</td>
162 {% if financements|length
> 0 %}
166 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
177 {% for f in financements %}
179 <td>{{ f.choix }}
</td>
180 <td>{{ f.pourcentage|floatformat:
"2" }}%
</td>
181 <td>{{ f.commentaire }}
</td>
189 {% include
"rh/include/pieces.html" %}
191 {% if dossiers|length
> 0 %}
193 <h3>Autres méta-données
</h3>
195 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
200 <td>{{ poste.date_debut|default:
"s/o" }}
</td>
204 <td>{{ poste.date_fin|default:
"s/o" }}
</td>
210 {% if dossiers|length
> 0 %}
214 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
227 {% for d in dossiers %}
229 <td>{{ d.date_debut }}
</td>
230 <td>{{ d.date_fin|default:
"indéterminée" }}
</td>
232 <td>{{ d.actif|yesno:
"Oui,Non" }}
</td>
233 <td>{{ d.employe }}
</td>
241 {% if comparaisons|length
> 0 %}
243 <h3>Dossiers de comparaison
</h3>
245 <a class=
"noprint action-remove-block" href=
"#">Retirer de l'impression
</a>
250 <th>Implantation
</th>
257 {% for p in comparaisons %}
259 <td>{{ p.implantation }}
</td>
261 <td>{{ p.montant|floatformat:
2 }}
</td>
262 <td>{{ p.devise|default:
"s/o" }}
</td>
270 {% include
"rh/include/commentaires.html" %}