AUTOPUNT
[iron-blogger] / templates / week.tmpl
index d4ca365e0d28544c708737ee8e14457cc866e579..0672bf4c5157555174fb9dd44bcd7833e77561af 100644 (file)
@@ -20,6 +20,15 @@ Results for week beginning ${week_start.strftime("%F")}
 % endfor
 </ul>
 
+% if punt:
+<h2>People punted for excessive outstanding balances:</h2>
+<ul>
+% for u in sorted(punt):
+<li class="user">${u}</li>
+% endfor
+</ul>
+% endif
+
 % if skip:
 <h2>People who have not yet started</h2>
 <ul>

Benjamin Mako Hill || Want to submit a patch?