## admin_mapcfg.mako <%inherit file="admin.mako" /> <% %> Map Configuration Welcome Almighty Judge to the queue approval page. Decide the fate of maps to be added to Alpha Test Tuesday.

Upload Approval Queue

% if len(queue.all()): % for i, map in enumerate(queue): <% endlength = len(map.mapname)-4 if i%2==0: altclass = "alt" else: altclass = None %> % endfor
${map.mapname[:endlength]} ${map.author}
% endif No maps to be approved! % if message: ${message} % endif