The following {{ plural('bug has', data, pword='bugs have') }} are open with no activity for {{ extra['nweeks'] }} {{ plural('week', extra['nweeks']) }} and a r+ patch:

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