{% extends 'layout.html' %} {% block container %}

{{ data.title }}

{{ data.comments|safe }}


Total: {{ data.counts.base }}.
In the last two weeks: {{ data.counts.created }} created and {{ data.counts.promoted}} promoted.
{{ data.counts.closed }} closed and {{ data.counts.demoted }} demoted.

{% for group in data.assignees| groupby("order") %} {% for assignee in group.list| sort(attribute="name") %}

{{ assignee["name"] }}

{% for bug in assignee.bugs |sort() %} {% endfor %}
Bug number Summary Bug Watcher Status comment Source Status No action for List
{{ bug }} {{ data.bugs[bug]['Summary'] }} {{ data.bugs[bug]["QA Contact Real Name"] }} {{ data.bugs[bug]["Status comment"] }} {{ data.bugs[bug]["Source RPM"] }} {{ data.bugs[bug]["Status"] }} {{ data.bugs[bug]["age"] }} days RPMS

{% endfor %} {% endfor %} {% endblock %}