Results for week beginning ${week_start.strftime("%F")}

Who posted:

% for u in sorted(good, key=lambda u:u.username):
${u.name} \ % if u.twitter != False: @${u.username} \ % endif :
% endfor

Slackers:

% if punt:

Who was punted for outstanding balances:

% endif % if skip:

Who haven't started yet:

% endif % if skipped_users:

Who is currently skipped:

% endif

Beer fund:

This week: € ${5 * len(lame)}
Total: € ${pool}
Paid: € ${paid}
Events: € ${event}

Debts:

<% i = 0 %> % for (u, v) in sorted(debts, key=lambda p:p[1], reverse=True): % if i % 3 == 0: \ % endif <% i += 1 %>\ \ % if i % 3 == 0: %endif % endfor % if i % 3 != 0: %endif
${u} € ${v}

Previously Punted (pay €30 to return):