<%inherit file="base.mako"/> <%namespace name="nav" file="nav.mako" /> <%block name="navigation"> ${nav.nav('servers')} <%block name="title"> Server Top Map Index % if not top_maps and last is not None:

Sorry, no more maps!

% elif not top_maps and last is None:

No maps found. Yikes, get playing!

% else:
% for tm in top_maps: % endfor
# Map Times Played
${tm.rank} ${tm.name|n} ${tm.times_played}

Note: these figures are from the past ${lifetime} days

% if len(top_maps) == 20:
% endif % endif