X-Git-Url: https://projects.mako.cc/source/iron-blogger/blobdiff_plain/e7232ce8abb4c8556d5df05778f725873ba2fa0f..6453bb4008557655500c8c3d42db48014b484c47:/templates/week.tmpl diff --git a/templates/week.tmpl b/templates/week.tmpl index 4df9ca6..dee7ee4 100644 --- a/templates/week.tmpl +++ b/templates/week.tmpl @@ -40,9 +40,9 @@ Results for week beginning ${week_start.strftime("%F")}

Beer pool:

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

Debts:

@@ -53,7 +53,7 @@ Results for week beginning ${week_start.strftime("%F")} \ % endif <% i += 1 %>\ -${u} $${v}\ +${u} ${currency}${v}\ % if i % 3 == 0: %endif @@ -68,4 +68,4 @@ Results for week beginning ${week_start.strftime("%F")} % for (u) in sorted(punted, key=lambda p:p.username):
  • ${u.username} (${u.end})
  • % endfor - \ No newline at end of file +