2018-05-09 20:24:45 +11:00
|
|
|
<table>
|
|
|
|
<th>Pseudo</th>
|
|
|
|
<th>Phone</th>
|
|
|
|
<th>Mail</th>
|
|
|
|
<th>Régime</th>
|
|
|
|
<tr>
|
|
|
|
<td>{{staffer.name}}</td>
|
|
|
|
<td>{{staffer.phone}}</td>
|
|
|
|
<td>{{staffer.mail}}</td>
|
|
|
|
<td>{{staffer.diet}}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2018-05-09 19:39:36 +11:00
|
|
|
{% for staffer in staffers %}
|
2018-05-09 19:53:04 +11:00
|
|
|
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}
|
2018-05-09 20:22:13 +11:00
|
|
|
</p>
|
2018-05-09 19:39:36 +11:00
|
|
|
{% endfor %}
|