X-Git-Url: https://projects.mako.cc/source/iron-blogger/blobdiff_plain/f777b69424a7a95bd42492d7351ec643b0f4a8e1..4b123d38b4f031e226e03d3780432f92b153e6e1:/templates/week.tmpl diff --git a/templates/week.tmpl b/templates/week.tmpl index 3941c63..4ed842f 100644 --- a/templates/week.tmpl +++ b/templates/week.tmpl @@ -1,12 +1,14 @@ +Results for week beginning ${week_start.strftime("%F")}

People who posted

@@ -29,5 +31,13 @@

Beer pool:

- + + +
This week: $${5 * len(lame)}.00
Total: $X.00
Total: $${pool}.00
Paid: $${paid}.00
+ +

Debts:

+ +% for (u, v) in sorted(debts, key=lambda p:p[1], reverse=True): + +% endfor
${u} ${v}