The following {{ plural('bug has', data, pword='bugs have') }} a priority P1 and no activity for the last {{ extra['ndays'] }} {{ plural('day', extra['ndays']) }}:

{% for i, (product, comp, bugid, summary, last_comment, assignee) in enumerate(data) -%} {% endfor -%}
Component Bug Summary Last comment Assignee
{{ product | e }}::{{ comp | e }} {{ bugid }} {{ summary | e }} {{ last_comment }} {{ assignee | e }}