The following {{ plural('bug has', data, pword='bugs have') }} discrepancy between the bug severity and the performance impact evaluation. {{ plural('Owner', data) }} got {{ plural('a needinfo request', data, pword='needinfo requests') }} to bump the severity:

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