X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_game_index.mako;h=f02a6b3e1b4f7687d386418c79200f5f1f709f48;hp=c2fd6cee737020434f2b1d9b93f00b69636d8646;hb=371e4d7ce59cbe02aa409604ecc7e70d5626d965;hpb=67770f6a980ef9bc98f4f1c39fad39669816e9a0 diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index c2fd6ce..f02a6b3 100644 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -16,25 +16,30 @@ Recent Games % if not games: - % if not game_type_cd: -

Sorry, no games yet. Get playing!

- % else: -

Sorry, no ${game_type_cd.upper()} games yet. Get playing!

- % endif +

Sorry, no + % if game_type_descr: + ${game_type_descr} + % endif + games yet for + ${player.nick_html_colors()|n}. Get playing! +

Back to player info page

% else:
- % if not game_type_cd: -

Recent Games by ${player.nick_html_colors()|n}

- % else: -

Recent ${game_type_cd.upper()} Games by ${player.nick_html_colors()|n}

- % endif -

Back to player info page

+

Recent + % if game_type_descr: + ${game_type_descr} + % endif + Games by + + ${player.nick_html_colors()|n} + +

-
+