]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Add a box for adding people.
[ccbs] / html / templates / show-tournament.tmpl
index 9588c529df51605045524b57c9ca2d8213239b8e..733b1cfc8e64d37c8566fd6f7220f5b0f456d757 100644 (file)
@@ -36,6 +36,9 @@
 [% FOR s = p.songs %]
       <th>[% s %]</th>
 [% END %]
+[% IF p.num_songs > 1 %]
+      <th>Total</th>
+[% END %]      
     </tr>
     
 [% FOR pl = p.players %]
 [% IF s.chosen %]
         : [% s.title %]
 [% END %]
-</td>
+      </td>
 [% END %]
+[% IF p.num_songs > 1 %]
+     <td>[% pl.total %]</td>
+[% END %]      
     </tr>
 [% END %]
   </table>