For your information, the next release is in {{ extra['next_release'] }} {{ plural('day', extra['next_release']) }}.

The following {{ plural('bug is', data, pword='bugs are') }} tracked in {{ extra['channel'] }} {{ extra['version'] }} {% if extra['untouched'] %} and untouched in the last 3 days {% endif -%} :

{% for i, (bugid, summary, needinfos, To, last_comment) in enumerate(data) -%} {% endfor -%}
Bug Summary Assignee Needinfo Last comment
{{ bugid }} {{ summary | e }} {{ To | e }} {% if needinfos -%} {% endif -%} {{ last_comment }}