[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%]

Summary of [% terms.bug %] counts

Counts | Status | Priority | Severity | Assignee

[% terms.Bug %] Counts
Name Count Percentage
Total [% terms.Bugs %] [% total_bugs FILTER html %]  
Open [% terms.Bugs %] [% total_open_bugs FILTER html %] [% INCLUDE bar_graph count = total_open_bugs full_bug_count = total_bugs %]
Closed [% terms.Bugs %] [% total_closed_bugs FILTER html %] [% INCLUDE bar_graph count = total_closed_bugs full_bug_count = total_bugs %]

Status (back to top)
[% FOREACH col = by_status %] [% NEXT IF col.0 == 'CLOSED' %] [% END %]
Name Count Percentage
[% col.0 FILTER html %] [% col.1 FILTER html %] [% INCLUDE bar_graph count = col.1 %]

Priority (back to top)
[% FOREACH col = by_priority %] [% END %]
Name Count Percentage
[% col.0 FILTER html %] [% col.1 FILTER html %] [% INCLUDE bar_graph count = col.1 %]

Severity (back to top)
[% FOREACH col = by_severity %] [% END %]
Name Count Percentage
[% col.0 FILTER html %] [% col.1 FILTER html %] [% INCLUDE bar_graph count = col.1 %]

Assignee (back to top)
[% FOREACH col = by_assignee %] [% END %]
Name Count Percentage
[% IF user.id %] [% col.0.email FILTER html %] [% ELSE %] [% col.0.realname || "No Name" FILTER html %] [% END %] [% col.1 FILTER html %] [% INCLUDE bar_graph count = col.1 %]