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

Jobs Per Tool

Click Tool Id to view jobs per month for that tool

%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
Tool id Total Jobs
${job[0]} ${job[1]}