Commit | Line | Data |
---|---|---|
3ebc0952 OL |
1 | <h2>Poste</h2> |
2 | ||
3 | <h3>Identification</h3> | |
4 | <table> | |
5 | <tr><th>Nom</th><td>{{ poste.nom }}</td></tr> | |
6 | <tr><th>Implantation</th><td>{{ poste.implantation }}</td></tr> | |
7 | ||
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> | |
11 | </table> | |
12 | ||
13 | {% comment %} | |
14 | <h3>Contrat</h3> | |
15 | <table> | |
16 | <tr><th>Régime de travail (% du temps complet)</th><td>{{ poste.regime_travail }}</td></tr> | |
17 | <tr><th>Régime de travail (Nb. heures par semaine)</th><td>{{ poste.regime_travail_nb_heure_semaine }}</td></tr> | |
18 | </table> | |
19 | ||
20 | <h3>Recrutement</h3> | |
21 | <table> | |
22 | <tr><th>Local</th><td>{{ poste.local }}</td></tr> | |
23 | <tr><th>Expatrié</th><td>{{ poste.expatrie }}</td></tr> | |
24 | <tr><th>Mise à disposition</th><td>{{ poste.mise_a_disposition }}</td></tr> | |
25 | <tr><th>Appel à candidature</th><td>{{ poste.appel }}</td></tr> | |
26 | </table> | |
27 | {% endcomment %} | |
28 |