"list staffers pdf"

This commit is contained in:
Doug Le Tough 2018-05-09 11:25:30 +02:00
parent f19db8ffed
commit a060b21437
1 changed files with 2 additions and 4 deletions

View File

@ -3,14 +3,12 @@
<th>Phone</th>
<th>Mail</th>
<th>Régime</th>
{% for staffer in staffers %}
<tr>
<td>{{staffer.name}}</td>
<td>{{staffer.phone}}</td>
<td>{{staffer.mail}}</td>
<td>{{staffer.diet}}</td>
</tr>
{% endfor %}
</table>
{% for staffer in staffers %}
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}
</p>
{% endfor %}