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

Jobs Per Month

Click Month to view the number of jobs for each day of 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
Month User Jobs Monitor Jobs Total
${job[4]} ${job[5]} ${job[1]} ${job[2]} ${job[3]}