<%inherit file="base.mako"/> <%namespace name="nav" file="nav.mako" /> <%block name="navigation"> ${nav.nav('maps')} <%block name="title"> Active Maps Index % if not top_maps and start is not None:

Sorry, no more maps!

% elif not top_maps and start is None:

No active maps found. Yikes, get playing!

% else: ##### ACTIVE SERVERS #####
% for tm in top_maps: % endfor
# Map Games
${tm.sort_order} ${tm.map_name} ${tm.games}

Note: these figures are from the past 7 days

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