<%include file="/support/header.mako" args="environ=environ, title='Settings'"/>\ <%namespace module="toolserver.settings" import="main"/>\ <% bot, cookies, status, langs, projects = main(environ, headers) %> % if status:
${status}
% endif

Settings

This page contains some configurable options for this Toolserver site. Settings are saved as cookies. You can view and delete all cookies generated by this site at the bottom of this page.

Default site: http:// . .org
Background:

Cookies

% if cookies: % for cookie in cookies.itervalues(): % endfor
${cookie.key | h} ${cookie.value | h}
% else:

No cookies!

% endif <%include file="/support/footer.mako" args="environ=environ"/>