devel-proposed by team

Generated: {{ now }}

{% for team in all_teams|sort %}

{{ team }}

{{ ngettext("%(num)d package", "%(num)d packages", team_to_attn_count[team]) }} needing attention, {{ ngettext("%(num)d package", "%(num)d packages", team_to_problems[team]|count - team_to_attn_count[team]) }} not yet considered late

{% endfor %}