<%inherit file="body.html"/> <%namespace name="util" file="util.html"/> <%def name="title()"> Work items in ${status} status

Work items in ${status} status

This page shows the full list of workitems in a particular status. This can be useful to see a list of workitems that are blocked or postponed for instance.

% for workitem in workitems: % endfor
Blueprint Priority Assignee Description
${workitem.blueprint.name} ${workitem.blueprint.priority} ${util.real_name(workitem.assignee)} ${workitem.description}