%inherit file="master.html"/>
This week's top testers
% for tester, count in top_testers:
#${str(loop.index + 1)}
${tester['name']}
|
(${str(count)}) |
% endfor
% if critpath_updates:
Latest Critical Path Updates in Need of Testing
RSS
View all
${self.tables.updates(critpath_updates)}
% endif
% if security_updates:
Latest Security Updates in Need of Testing
RSS
View all
${self.tables.updates(security_updates)}
%endif