]> git.sesse.net Git - ccbs/blobdiff - html/templates/show-tournament.tmpl
Hide rankinglist if there is none. Count the number of qualified for next round.
[ccbs] / html / templates / show-tournament.tmpl
index fac6ed0a42557ed8a1d1a904e6526ee7a1fdcc6f..ad3a8e9324effa207d7490a44cf2375e99ef144e 100644 (file)
@@ -42,6 +42,7 @@
     </form>
   </div>
 
+[% IF num_rankings > 0 %]
   <h2>Rankingliste</h2>
 
   <div>
@@ -55,6 +56,7 @@
 [% END %]
     </ul>
   </div>
+[% END %]
 
 [% FOR r = rounds %]
   <h2>Runde [% r.round %]</h2>