%include file="rotation_tables.html"/>
<% sendtotop = '' loading = '
'
%>
| % for site, status in zip(workflowdata['allsites'], readiness): % if site not in workflowdata['skips'][step]['sites']: | ${site} |
% endif
% endfor
|
|---|---|---|
| ${error} | % for index, entry in enumerate(tablerow): % if index not in workflowdata['skips'][step]['index']: % if entry == 0:${entry} | % else:${entry} | % endif % endif % endfor