1 {% extends 'admin/base_site.html' %}
4 {% block breadcrumbs %}{% if not is_popup %}
5 <div class=
"breadcrumbs">
6 <a href=
"../../../">{% trans
"Home" %}
</a> ›
7 <a href=
"../../">Rh
</a> ›
10 {% endif %}{% endblock %}
13 <div id=
"content-main">
20 <th># de l'employé
</th>
24 {% for poste in postes %}
26 <td>{{ poste.id }}
</td>
27 <td>{{ poste.nom }}
</td>
28 <td>{{ poste.implantation }}
</td>
29 <td>{{ poste.employe_id }}
</td>
30 <td>{{ poste.employe_nom }}
</td>
31 <td>{{ poste.employe_prenom }}
</td>