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

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