X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_index.mako;h=9784a6c9894a3152f3175096383c07340597d3d7;hb=55e7979f88f6dacb4bee01022f76d7dc4e762c87;hp=7041705d170ce163c7c3122be10c4af069fe2dcc;hpb=476e6b22398b63ba4b3806304104163128e7a742;p=xonotic%2Fxonstat.git diff --git a/xonstat/templates/player_index.mako b/xonstat/templates/player_index.mako index 7041705..9784a6c 100755 --- a/xonstat/templates/player_index.mako +++ b/xonstat/templates/player_index.mako @@ -1,4 +1,5 @@ <%inherit file="base.mako"/> +<%namespace file="navlinks.mako" import="navlinks" /> <%block name="title"> Player Index - ${parent.title()} @@ -9,25 +10,19 @@ Player Index - ${parent.title()} % else:

Player Index

- +
- - + % for player in players: - % endfor
# NickJoinedJoined
${player.player_id} ${player.nick_html_colors()|n} - ${player.create_dt.strftime('%m/%d/%Y at %H:%M')} + ${player.joined_pretty_date()}
% endif -% if players.previous_page: -Previous -% endif -% if players.next_page: -Next -% endif + +${navlinks("player_index_paged", players.page, players.last_page)}