<%include file="/support/header.mako" args="environ=environ, cookies=cookies, title='EarwigBot Status'"/>\ <%namespace module="toolserver.eb_inter" import="collect_status_info"/>\ <%def name="get_status()" filter="trim"> <% status, since, uptime, host = collect_status_info() %> ${"has been" if status == "online" else "is"} ${status} % if status == "online": since ${since} (${uptime} uptime) on ${host} % endif \

EarwigBot Status

EarwigBot ${get_status()}.

Additional information: status.toolserver.org

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