The following {{ plural('bug has', data, pword='bugs have') }} been fixed in nightly {{ extra['nightly'] }} the {{ extra['date'] }} (UTC+0):

{% for i, (bugid, summary, product, component, assignee, landed_patches, addlines, rmlines, size, test_size, priority, severity, tracking, status, status_flags, keywords, type) in enumerate(data) -%} {% endfor -%}
Bug Product Component Type Assignee # of patches Added lines Removed lines Changes size Tests size Priority Severity Tracking {{ extra['nightly'] }} Status Status {{ extra['release'] }} Status {{ extra['beta'] }} Status {{ extra['nightly'] }} Keywords
{{ bugid }} {{ product | e }} {{ component | e }} {{ type | e }} {{ assignee | e }} {{ landed_patches }} {{ addlines }} {{ rmlines }} {{ size }} {{ test_size }} {{ priority }} {{ severity }} {{ tracking }} {{ status }} {{ status_flags[extra['release']] }} {{ status_flags[extra['beta']] }} {{ status_flags[extra['nightly']] }} {{ keywords | e }}