## admin_maplist.mako <%inherit file="admin.mako" /> <% %> Maplist Configuration Active Maplist: ${activemaplist}
% if not listname:

Select a Maplist

% endif % if listname:
% if listname == 'NEW MAPLIST': % else: % endif


% if activemaplist != listname: Maplist will take effect at the start of the next map % else: This maplist is already active! % endif

Warning: there is no going back!
<< Cancel and Go Back

% endif