The following {{ plural('bug has', data, pword='bugs have') }} an unlanded patch in {{ extra['channel'] }} {{ extra['version'] }} or some flags not up-to-date {% if not nag %} (when the bug is red, then the assignee is a person with no manager){%- endif -%} .

If the patch has landed then the status flags are not up-to-date.

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