<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> %if message: ${render_msg( message, 'done' )} %endif

Jobs per month for tool "${tool_id}"

Click Total Jobs to see the tool's jobs for that month

%if len( jobs ) == 0: %else: <% ctr = 0 %> %for job in jobs: %if ctr % 2 == 1: %else: %endif <% ctr += 1 %> %endfor %endif
There are no jobs for tool "${tool_id}"
Month Total Jobs
${job[2]} ${job[3]} ${job[1]}