<%inherit file="base.mako"/> <%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 % if recent_games:

Recent Games

More games played by ${player.nick_html_colors()}... % endif