1 {% extends 'rh/rapports/base.html' %}
2 {% load adminmedia rapports i18n %}
4 {% block nomrapport %}Rapport Postes{% endblock %}
5 {% block count_elements %}
<h2>{{ count }} postes
</h2>{% endblock %}
7 {% block contentrapport %}
8 <div id=
"changelist-filter">
9 <h2>{% trans 'Filter' %}
</h2>
10 {% filter_region
"dossier__poste__" %}
11 {% filter_implantation
"dossier__poste__" %}
14 <table id=
"result_list" class=
"results">
17 {% table_header headers %}
20 {% spaceless %}{% for row in rapport %}
21 <tr class=
"{% cycle 'row1' 'row2' %}">
22 {% for column in row %}
23 <td>{{ column
.1 }}
</td>
26 {% endfor %}{% endspaceless %}