Files
participer.thsf.net/templates/list_users_txt.html
2018-05-09 11:22:13 +02:00

6 lines
121 B
HTML

{% for staffer in staffers %}
<p>
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}
</p>
{% endfor %}