%inherit file="base.mako"/> <%namespace name="nav" file="nav.mako" /> <%namespace file="scoreboard.mako" import="scoreboard" /> <%namespace file="accuracy.mako" import="accuracy" /> <%block name="navigation"> ${nav.nav('games')} %block> <%block name="js"> %block> <%block name="title"> Game Information %block> % if game is None:
Played: ${game.fuzzy_date()}
Game Type: ${game.game_type_cd}
Server: ${server.name}
Map: ${map.name}
% if game.duration is not None:
Duration: ${"%s:%02d" % (game.duration.seconds/60, game.duration.seconds%60)}
% endif
Nick | Captime |
---|---|
% if pgs.player_id > 2: ${pgs.nick_html_colors()|n} % else: ${pgs.nick_html_colors()|n} % endif | ${round(float(pgs.fastest_cap.seconds) + (pgs.fastest_cap.microseconds/1000000.0), 2)} |