diff --git a/templates/list_users_txt.html b/templates/list_users_txt.html index 3ca7fac..efc0638 100644 --- a/templates/list_users_txt.html +++ b/templates/list_users_txt.html @@ -1,3 +1,5 @@ {% for staffer in staffers %} +

{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}} +

{% endfor %}