diff --git a/templates/users.tmpl b/templates/users.tmpl
index 2d577d1..2f0a798 100644
--- a/templates/users.tmpl
+++ b/templates/users.tmpl
@@ -4,6 +4,7 @@
Twitter |
Blog link |
Start Week |
+ Skipped Weeks |
% for u in sorted(userlist, key=lambda u:u.username):
@@ -23,6 +24,15 @@
% endif
${u.start_de} |
+
+ % if u.end:
+ Punted
+ % endif
+ % if u.skip:
+ ${u.skip}
+ % endif
+ |
+
% endfor
diff --git a/templates/week.tmpl b/templates/week.tmpl
index 1a6ba9b..5a20301 100644
--- a/templates/week.tmpl
+++ b/templates/week.tmpl
@@ -51,7 +51,7 @@ Results for week beginning ${week_start.strftime("%F")}
% endif
% if skipped_users:
-Who is currently skipped::
+Who is currently skipped:
% for u in sorted(skipped_users, key=lambda u:u.username):
- ${u.name} \