]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/game_info.mako
Separate scoreboards by team.
[xonotic/xonstat.git] / xonstat / templates / game_info.mako
index 2de16f56e1f8e0db1e211f409ae240ffb5352284..f61264514ed06f53008212ad852739b7bc66f925 100644 (file)
@@ -48,12 +48,13 @@ Game Information
   </div>
 </div>
 
+% for team in stats_by_team.keys():
 <div class="row">
   <div class="span12 game">
-    <h3>Scoreboard</h3>
-    ${scoreboard(game.game_type_cd, pgstats, show_elo, show_latency)}
+  ${scoreboard(game.game_type_cd, stats_by_team[team], show_elo, show_latency)}
   </div>
 </div>
+% endfor
 
 % if len(captimes) > 0:
 <div class="row">