<%inherit file="base.mako"/> <%namespace name="nav" file="nav.mako" /> <%namespace file="navlinks.mako" import="navlinks" /> <%block name="navigation"> ${nav.nav('players')} % if p1 is not None and p2 is not None:

${p1.nick_html_colors()|n}

vs

${p2.nick_html_colors()|n}

${p1_wins}

wins

${p2_wins}

% if len(recent_games) > 0:
Recent Games
% for rg in recent_games: % else: ${rg.nick_html_colors|n} % endif % endfor
Type Server Map Time Winner
view ${rg.server_name} ${rg.map_name} ${rg.fuzzy_date} % if rg.player_id > 2: ${rg.nick_html_colors|n}
% endif % else:

vs

% endif