The following {{ plural('bug has', data, pword='bugs have') }} a needinfo, {{ plural('is', data, pword='are') }} marked as affecting a released version, and {{ plural('has', data, pword='have') }} no activity for the last {{ extra['nweeks'] }} {{ plural('week', extra['nweeks']) }}:

{% for i, (bugid, summary, to, from, last_comment) in enumerate(data) -%} {% endfor -%}
Bug Summary Needinfo Last comment
{{ bugid }} {{ summary | e }} {{ to }} from {{ from }} {{ last_comment }}