<%inherit file="body.html"/> <%namespace name="util" file="util.html"/> <%namespace name="terminology" file="terminology.html"/> <%! import report_tools %> <%def name="title()"> ${card_title}

${title()}

${card.status} in ${lane}

% for status in blueprints.keys(): % if blueprints[status] == []:

There are no ${status} blueprints linked to this card. % else:

${status}

% for bp in blueprints[status]: % endfor
Title Assignee Priority Status Expected milestone Health check
${bp.name} ${bp.assignee_name} ${bp.priority} ${bp.implementation} ${bp.milestone_name} xxx
% endif % endfor

Health check

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