The following {{ plural('bug has', data, pword='bugs have') }} more than {{ extra['threshold'] }} {{ plural('regression', extra['threshold']) }} reported in the last {{ extra['days'] }} {{ plural('day', extra['days']) }}:

{% for i, (bugid, summary, product, component, creation, priority, severity, assignee, last_comment) in enumerate(data) -%} {% endfor -%}
Bug Summary Product Component Priority Severity Assignee Creation Last comment
{{ bugid }} {{ summary | e }} {{ product | e }} {{ component | e }} {{ priority }} {{ severity | e }} {{ assignee | e }} {{ creation }} {{ last_comment }}