Files
participer.thsf.net/templates/list_users_txt.html
2018-05-09 10:41:30 +02:00

4 lines
116 B
HTML

{% for staffer in staffers %}
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}"\n"
{% endfor %}