iron-blogger/templates/ledger

7 lines
207 B
Plaintext

# This Python file uses the following encoding: utf-8
% for u in sorted(lame, key=lambda u:u.username):
${week_end.strftime("%F")} Week ${week}
User:${u.username} $-5
Pool:Owed:${u.username}
% endfor