email.txt: Only show "not yet started" section if nonempty.
This commit is contained in:
parent
632f47f017
commit
7b11b6f6c7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue