X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_index.mako;h=d23decab93d3891a405a83e78ebaf2af619c41f9;hp=418d57ef1050ef73fca6293a92b2a084dae6d4c4;hb=82f90469bf71496c6e639da83af04488e0979b16;hpb=4489ed57dc1eb34146183f93ba763e133c466364 diff --git a/xonstat/templates/player_index.mako b/xonstat/templates/player_index.mako index 418d57e..d23deca 100644 --- a/xonstat/templates/player_index.mako +++ b/xonstat/templates/player_index.mako @@ -26,12 +26,18 @@ Player Index Player ID Nick Joined + % for player in players: ${player.player_id} ${player.nick_html_colors()|n} ${player.joined_pretty_date()} + + + + + % endfor