<%inherit file="master.html"/>
Loading...
This week's top testers
% for tester, count in top_testers:
#${str(loop.index + 1)} ${tester['name']}
${str(count)}
% endfor
% if critpath_updates:
${self.tables.updates(critpath_updates)}
% endif % if security_updates:
${self.tables.updates(security_updates)}
%endif