The following {{ plural('bug has', data, pword='bugs have') }} fields that we copied from their duplicate bugs:

{% for i, (bugid, summary, copied_fields) in enumerate(data) -%} {% endfor -%}
Bug Summary Copied Fields
{{ bugid }} {{ summary | e }}
    {% for field, value, _ in copied_fields -%}
  • {{ field }}: {{ value }}
  • {% endfor -%}