email.txt: Only show "not yet started" section if nonempty.

This commit is contained in:
Nelson Elhage 2010-01-04 10:46:12 -05:00
parent 632f47f017
commit 7b11b6f6c7
1 changed files with 2 additions and 0 deletions

View File

@ -15,10 +15,12 @@ People who failed to post:
${u.username}
% endfor
% if skip:
People who have not yet started:
% for u in sorted(skip):
${u.username}
% endfor
% endif
Beer pool:
This week: $${5 * len(lame)}.00