participer.thsf.net/templates/list_users_txt.html

6 lines
121 B
HTML

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