%inherit file="base.mako"/> <%block name="title"> Leaderboard %block> <%block name="css"> ${parent.css()} %block> <%block name="hero_unit">
Tracking Xonotic statistics since October 2011.
% else:Tracking ${'{:2,d}'.format(summary_stats.total_players)} players, ${'{:2,d}'.format(summary_stats.total_games)} games (${'{:2,d}'.format(summary_stats.duel_games)} duel; ${'{:2,d}'.format(summary_stats.ctf_games)} ctf; ${'{:2,d}'.format(summary_stats.dm_games)} dm) and ${'{:2,d}'.format(summary_stats.total_servers)} servers since October 2011.
% endifYou don't seem to have any ranks yet.
# | Nick | Elo |
---|---|---|
${i} | ${r.nick_html_colors()|n} | ${int(round(r.elo))} |
# | Nick | Play Time | |
---|---|---|---|
${i} | % if player_id != '-':${nick|n} | % else:${nick|n} | % endif${alivetime} |
# | Server | Games | |
---|---|---|---|
${i} | % if server_id != '-':${name} | % else:${name} | % endif${count} |
# | Map | Games | |
---|---|---|---|
${i} | % if map_id != '-':${name} | % else:${name} | % endif${count} |
*Most active stats are from the past 7 days
##### RECENT GAMES ##### % if len(recent_games) > 0:Type | Server | Map | Time | Winner | |
---|---|---|---|---|---|
view | ${rg.server_name} | ${rg.map_name} | ${rg.fuzzy_date} | % if rg.player_id > 2: ${rg.nick_html_colors|n} | % else: ${rg.nick_html_colors|n} % endif