The following {{ plural('bug has', data, pword='bugs have') }} many votes:

{% for i, (bugid, product, component, summary, creation, last_change, votes) in enumerate(data) -%} {% endfor -%}
Bug Component Summary Creation Last comment # of votes
{{ bugid }} {{ product }}::{{ component }} {{ summary | e }} {{ creation }} {{ last_change }} {{ votes }}