%inherit file="body.html"/> <%namespace name="util" file="util.html"/> <%namespace name="terminology" file="terminology.html"/> <%! import report_tools %> <%def name="title()"> Progress for ${lane} %def>
% for status in statuses:
${status['name']} % for card in status['cards']:
${card.name}
|
% endfor % endfor