"list staffers pdf"

This commit is contained in:
2018-05-09 10:53:04 +02:00
parent b443b4b908
commit 09a0557e4f
2 changed files with 129 additions and 3 deletions

View File

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