% 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>
<h2>Beer pool:</h2>
<table>
- <tr> <td> This week: </td> <td> $${5 * len(lame)}.00 </td> </tr>
- <tr> <td> Total: </td> <td> $${pool}.00 </td> </tr>
- <tr> <td> Paid: </td> <td> $${paid}.00 </td> </tr>
+ <tr> <td> This week: </td> <td> $${5 * len(lame)} </td> </tr>
+ <tr> <td> Total: </td> <td> $${pool} </td> </tr>
+ <tr> <td> Paid: </td> <td> $${paid} </td> </tr>
</table>
<h2>Debts:</h2>