"list staffers pdf"
This commit is contained in:
parent
beb9a3f3a3
commit
1336b1279a
@ -1,3 +1,5 @@
|
|||||||
{% for staffer in staffers %}
|
{% for staffer in staffers %}
|
||||||
|
<p>
|
||||||
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}
|
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}
|
||||||
|
</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user