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

Sorry, that player wasn't found!

% else:

Player Detail

% endif