added code to list folks who have previously been punted to the weekly update
[iron-blogger] / templates / email.txt
index 59d64e8fb4954736cfc78bf860d0d799a9beb18b..667eaef7a86da25b45cb320dfb46a2a3a522bc5d 100644 (file)
@@ -31,3 +31,8 @@ Individual debts:
 % for (u, v) in sorted(debts, key=lambda p:p[1], reverse=True):
 ${"%20s $%d" % (u, v)}
 % endfor
+
+PREVIOUSLY PUNTED (pay $30 balance to return): 
+% for (u) in sorted(punted, key=lambda p:p.username):
+${"%20s (%s)" % (u.username, u.end)}
+% endfor

Benjamin Mako Hill || Want to submit a patch?