"list staffers pdf"

This commit is contained in:
2018-05-09 10:39:36 +02:00
parent 0090c70889
commit e4e9bedf9c
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
{% for staffer in staffers %}
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}
{% endfor %}