{{ nag_preamble }}

The following {{ plural('bug has', data, pword='bugs have') }} no Severity field set for the last {{ extra['nweeks'] }} {{ plural('week', extra['nweeks']) }}:

{% for i, (product, comp, bugid, summary) in enumerate(data) -%} {% endfor -%}
Component Bug Summary
{{ product | e }}::{{ comp | e }} {{ bugid }} {{ summary | e }}
{% if query_url_nag %}

See the query on Bugzilla.

{% endif -%}