From: antzucaro Date: Tue, 11 Oct 2011 21:41:53 +0000 (-0400) Subject: Do not show a more link if there are no more games to show! X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=24a7cfaf66cf1026b3d56d07c64f4b1a744cedf0;p=xonotic%2Fxonstat.git Do not show a more link if there are no more games to show! --- diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index b2e9fa6..538f91c 100755 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -117,5 +117,7 @@ ${accuracy(weapon_stats)} % endfor +% if game_stats['total_games_played'] > 10: More games played by ${player.nick_html_colors()|n}... % endif +% endif