%inherit file="body.html"/> <%namespace name="util" file="util.html"/> <%namespace name="terminology" file="terminology.html"/> <%! import report_tools %> <%def name="title()"> ${card_title} %def>
% for status in blueprints.keys(): % if blueprints[status] == []:
There are no ${status} blueprints linked to this card. % else:
Title | Assignee | Priority | Status | Expected milestone | Health check |
---|---|---|---|---|---|
${bp.name} | ${bp.assignee_name} | ${bp.priority} | ${bp.implementation} | ${bp.milestone_name} | xxx |
Has Description | % if description == "": No % else: Yes % endif |
Has Acceptance Criteria | % if acceptance_criteria == "": No % else: Yes % endif |
Has Blueprints | % if blueprints == []: No % else: Yes % endif |
Is Ready | TODO |