<%inherit file="base.mako"/> <%namespace file="navlinks.mako" import="navlinks" /> <%block name="title"> ${game_type.descr} Rank Index
% if not ranks:

Sorry, no ranks yet. Get some buddies together and start playing!

% else: <% i = 1 %> % for rank in ranks: <% i += 1 %> % endfor
Rank Nick Elo
${rank.rank} ${rank.nick_html_colors()|n} ${int(round(rank.elo))}
% endif
${navlinks("rank_index", ranks.page, ranks.last_page, game_type_cd=game_type_cd)}