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

All Jobs for ${month_label} ${year_label}

Click Total Jobs to see jobs for that day

%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 ${month_label} ${year_label}
Day Date User Jobs Monitor Jobs Total Jobs
${job[0]} ${month_label} ${job[5]}, ${year_label} ${job[2]} ${job[3]} ${job[4]}