From c0c09a95f0ec04b37d3fc1029b8aa9da20c6d158 Mon Sep 17 00:00:00 2001 From: "Marcus \"Chaosblog" Date: Thu, 19 Jan 2012 19:48:37 +0100 Subject: [PATCH] changed layout added name support changed currency to EUR --- templates/week.tmpl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/week.tmpl b/templates/week.tmpl index 0672bf4..068aebd 100644 --- a/templates/week.tmpl +++ b/templates/week.tmpl @@ -1,8 +1,8 @@ Results for week beginning ${week_start.strftime("%F")} -

People who posted

+

Who posted:

% for u in sorted(good, key=lambda u:u.username): -
${u.username}:
+
${u.name} - @${u.username}:
    % for p in u.weeks[week]: @@ -13,15 +13,15 @@ Results for week beginning ${week_start.strftime("%F")} % endfor
-

People who failed to post

+

Slackers:

% if punt: -

People punted for excessive outstanding balances:

+

Who was punted for outstanding balances: