## 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):
% endfor
% endif
No maps to be approved!
% if message:
${message}
% endif