X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Ftemplates%2Fgame_info.mako;h=e4981426faf492624f7722590840da45b666c65e;hp=f61264514ed06f53008212ad852739b7bc66f925;hb=c4c8ee1cbe0851d7d23dbb6b8aa25e8ecd5f3ee8;hpb=6397074df7859101b0c546085201982d67efd441 diff --git a/xonstat/templates/game_info.mako b/xonstat/templates/game_info.mako index f612645..e498142 100644 --- a/xonstat/templates/game_info.mako +++ b/xonstat/templates/game_info.mako @@ -32,9 +32,9 @@ Game Information % else:
-
-

Game Detail

- ${game.game_type_cd} +

Game Detail

+
+ ${game.game_type_cd}

Played: ${game.fuzzy_date()}
Game Type: ${gametype.descr} (${game.game_type_cd})
@@ -46,6 +46,21 @@ Game Information

+ % if teamscores: +
+ + + + + + + % for ts in teamscores: + + % endfor + +
TeamScore
${ts.team.capitalize()}${ts.score}
+
+ % endif
% for team in stats_by_team.keys():