X-Git-Url: https://projects.mako.cc/source/iron-blogger/blobdiff_plain/e66cf1bdbe9a1689d3f7b28c907bbd4945137335..694671f9806a60dee2a4d7644a5e6c1c305410f1:/templates/email.txt diff --git a/templates/email.txt b/templates/email.txt index d98a6b5..16c6f27 100644 --- a/templates/email.txt +++ b/templates/email.txt @@ -1,7 +1,11 @@ +## -*- coding: utf-8 -*- Subject: IRON BLOGGER results for the week beginning ${week_start.strftime("%F")} To: iron-blogger@mit.edu SLACKERS: ${", ".join(sorted([u.username for u in lame]))} +% if punt: +PUNTED for balance ≥$30: ${", ".join(sorted(punt))} +% endif People who posted: % for u in sorted(good, key=lambda u:u.username):