The following {{ plural('bug is', data, pword='bugs are') }} tracked in {{ extra['channel'] }} {{ extra['version'] }} {% if extra['untouched'] %}and untouched in the last 3 days{% endif %} (when the bug is red, then the assignee is a person with no manager):

{% for i, (bugid, summary, needinfos, assignee, last_comment) in enumerate(data) -%} {% endfor -%}
Bug Summary Assignee Needinfo Last comment
{{ bugid }} {{ summary | e }} {{ assignee | e }} {% if needinfos -%} {% endif -%} {{ last_comment }}