<%def name="progress_bar(item)">
10: class="slow_progress" % elif item.percent_complete == 0 and cycle_percent_elapsed > 1: class="ok_progress" % endif >${item.percent_complete}${"%" | h} of ${item.total}
<%def name="url(end)">${root}${end} <%def name="burndown_chart(chart_url, large=False)">

"foreign" counts refer to workitems that are assigned to someone not in the team

Burndown chart <%def name="real_name(short_name)"> % if short_name in real_names: ${real_names[short_name]} % else: ${short_name} % endif