X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Ftemplates%2Fgame_info.mako;h=e4981426faf492624f7722590840da45b666c65e;hp=2d9bbfb47c6de8d0fc64e4d3844122f0035549cf;hb=c4c8ee1cbe0851d7d23dbb6b8aa25e8ecd5f3ee8;hpb=23f78a5115347c5d8c43832155a1e863dcc16f94 diff --git a/xonstat/templates/game_info.mako b/xonstat/templates/game_info.mako index 2d9bbfb..e498142 100644 --- a/xonstat/templates/game_info.mako +++ b/xonstat/templates/game_info.mako @@ -63,12 +63,13 @@ Game Information % endif +% for team in stats_by_team.keys():
-

Scoreboard

- ${scoreboard(game.game_type_cd, pgstats, show_elo, show_latency)} + ${scoreboard(game.game_type_cd, stats_by_team[team], show_elo, show_latency)}
+% endfor % if len(captimes) > 0: