The following {{ plural('bug', data, pword='bugs') }} {{ plural('doesn\'t', data, pword='don\'t') }} have the Has STR field set:

{% for i, (bugid, summary, has_str, confidence, autofixed) in enumerate(data) -%} {% endfor -%}
Bug Summary Has STR Confidence (%)
{{ bugid }} {{ summary | e }} {{ has_str }} {{ confidence }}