<%inherit file="base.mako"/> <%namespace file="accuracy.mako" import="accuracy" /> <%block name="title"> % if player: Player Information for ${player.nick_html_colors()} - % endif ${parent.title()} % if player is None:

This player is so good we couldn't find him!

Seriously though, he probably doesn't exist...just a figment of your imagination. Carry on then!

% else:

${player.nick_html_colors()}

Joined: ${player.create_dt.strftime('%m/%d/%Y at %I:%M %p')}

% endif ##### ACCURACY ##### % if weapon_stats:

Accuracy

${accuracy(weapon_stats)} % endif ##### RECENT GAMES ##### % if recent_games:

Recent Games

% for (gamestat, game, server, map) in recent_games: #${game.game_id}: ${map.name} on ${server.name}
% endfor More games played by ${player.nick_html_colors()}... % endif