The following bug list contains performance alerts whose resolution has changed during the previous day:

{% for i, (bugid, summary, status, status_author, resolution, resolution_comment, resolution_previous, needinfo) in enumerate(data) -%} {% endfor -%}
Bug Summary Status Resolution Needinfo
{{ bugid }}
{{ summary | e }}
Resolution Comment: {{ resolution_comment }}
Resolved by {{ status_author }}
{{ status }} {{ resolution_previous }} -> {{ resolution }} {{ "Yes" if needinfo else "No"}}