The following {{ plural('bug has', data, pword='bugs have') }} been fixed in nightly and {{ plural('is', data, pword='are') }} affecting beta. {{ plural('Assignee', data) }} got a needinfo to ask if it's worth uplifting the patches:

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