2018-05-09 20:27:00 +11:00
|
|
|
<table style='border-width: 1px; border-style: solid; padding: 5px;'>
|
2018-05-09 20:24:45 +11:00
|
|
|
<th>Pseudo</th>
|
|
|
|
<th>Phone</th>
|
|
|
|
<th>Mail</th>
|
|
|
|
<th>Régime</th>
|
2018-05-09 20:25:30 +11:00
|
|
|
{% for staffer in staffers %}
|
2018-05-09 20:24:45 +11:00
|
|
|
<tr>
|
|
|
|
<td>{{staffer.name}}</td>
|
|
|
|
<td>{{staffer.phone}}</td>
|
|
|
|
<td>{{staffer.mail}}</td>
|
|
|
|
<td>{{staffer.diet}}</td>
|
|
|
|
</tr>
|
2018-05-09 20:25:30 +11:00
|
|
|
{% endfor %}
|
2018-05-09 20:24:45 +11:00
|
|
|
</table>
|