3 <h3>Identification
</h3>
5 <tr><th>Nom
</th><td>{{ poste.nom }}
</td></tr>
6 <tr><th>Implantation
</th><td>{{ poste.implantation }}
</td></tr>
8 <tr><th>Type
</th><td>{{ poste.type_poste }}
</td></tr>
9 <tr><th>Service
</th><td>{{ poste.service }}
</td></tr>
10 <tr><th>Responsable
</th><td>{{ poste.responsable }}
</td></tr>
15 <tr><th>Régime de travail (% du temps complet)
</th><td>{{ poste.regime_travail }}
</td></tr>
16 <tr><th>Régime de travail (Nb. heures par semaine)
</th><td>{{ poste.regime_travail_nb_heure_semaine }}
</td></tr>
21 <tr><th>Local
</th><td>{{ poste.local|yesno:
"Oui,Non" }}
</td></tr>
22 <tr><th>Expatrié
</th><td>{{ poste.expatrie|yesno:
"Oui,Non" }}
</td></tr>
23 <tr><th>Mise à disposition
</th><td>{{ poste.mise_a_disposition|yesno:
"Oui,Non" }}
</td></tr>
24 <tr><th>Appel à candidature
</th><td>{{ poste.appel }}
</td></tr>
27 <table id=
"classement">
38 <td>{{ poste.classement_min|default:
"s/o" }}
</td>
39 <td>{{ poste.classement_max|default:
"s/o" }}
</td>
42 <th>Valeur du point
</th>
43 <td class=
"montant">{{ poste.valeur_point_min|default:
"" }}
</td>
44 <td class=
"montant">{{ poste.valeur_point_max|default:
"" }}
</td>
47 <th>Salaire de base
</th>
48 <td class=
"montant">{{ poste.salaire_min|default:
"0"|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
49 <td class=
"montant">{{ poste.salaire_max|default:
"0"|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
53 <td class=
"montant">{{ poste.indemn_min|default:
"0"|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
54 <td class=
"montant">{{ poste.indemn_max|default:
"0"|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
58 <td class=
"montant">{{ poste.autre_min|default:
"0"|floatformat:
0 }} {{ poste.devise_min.code }}
</td>
59 <td class=
"montant">{{ poste.autre_max|default:
"0"|floatformat:
0 }} {{ poste.devise_max.code }}
</td>
65 <h4>Device comparative : {{ poste.devise_comparaison }}
</h4>
66 <table id=
"classement">
77 <td class=
"montant">{{ poste.comp_locale_min|default:
"0" }}
</td>
78 <td class=
"montant">{{ poste.comp_locale_max|default:
"0" }}
</td>
81 <th>Comp. université
</th>
82 <td class=
"montant">{{ poste.comp_universite_min|default:
"0" }}
</td>
83 <td class=
"montant">{{ poste.comp_universite_max|default:
"0" }}
</td>
86 <th>Comp. fonction pub.
</th>
87 <td class=
"montant">{{ poste.comp_fonctionpub_min|default:
"0" }}
</td>
88 <td class=
"montant">{{ poste.comp_fonctionpub_max|default:
"0" }}
</td>
92 <td class=
"montant">{{ poste.comp_ong_min|default:
"0" }}
</td>
93 <td class=
"montant">{{ poste.comp_ong_max|default:
"0" }}
</td>
97 <td class=
"montant">{{ poste.comp_autre_min|default:
"0" }}
</td>
98 <td class=
"montant">{{ poste.comp_autre_max|default:
"0" }}
</td>
102 <td class=
"montant">{{ poste.valeur_valeur_min|default:
"0" }}
</td>
103 <td class=
"montant">{{ poste.valeur_valeur_max|default:
"0" }}
</td>
107 {% if poste.justification %}
108 <h3>Justification
</h3>
109 {{ poste.justification }}
112 {% if poste.date_debut or poste.date_fin %}
113 <h3>Autres méta-données
</h3>
117 <td>{{ poste.date_debut|default:
"s/o" }}
</td>
121 <td>{{ poste.date_fin|default:
"s/o" }}
</td>
127 {% if financements|length
> 0 %}
138 {% for f in financements %}
140 <td>{{ f.type }}
</td>
141 <td>{{ f.pourcentage|floatformat:
"2" }}%
</td>
142 <td>{{ f.commentaire }}
</td>
149 {% include
"rh/include/pieces.html" %}
151 {% if dossiers|length
> 0 %}
152 <h3>Autres méta-données
</h3>
156 <td>{{ poste.date_debut|default:
"s/o" }}
</td>
160 <td>{{ poste.date_fin|default:
"s/o" }}
</td>
166 {% if dossiers|length
> 0 %}
179 {% for d in dossiers %}
181 <td>{{ d.date_debut }}
</td>
182 <td>{{ d.date_fin }}
</td>
184 <td>{{ d.actif|yesno:
"Oui,Non" }}
</td>
185 <td>{{ d.employe }}
</td>
192 {% if comparaisons|length
> 0 %}
193 <h3>Dossiers de comparaison
</h3>
197 <th>Implantation
</th>
204 {% for p in comparaisons %}
206 <td>{{ p.implantation }}
</td>
208 <td>{{ p.montant|floatformat:
2 }}
</td>
209 <td>{{ p.devise|default:
"s/o" }}
</td>
216 {% if commentaires|length
> 0 %}
217 <h3>Commentaires
</h3>
226 {% for c in commentaires %}
228 <td>{{ c.texte }}
</td>
229 <td>{{ c.owner }}
</td>