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

Beer pool:

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

Debts:

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