"list staffers pdf"

This commit is contained in:
Doug Le Tough 2018-05-09 11:22:13 +02:00
parent beb9a3f3a3
commit 1336b1279a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
{% for staffer in staffers %}
<p>
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}
</p>
{% endfor %}