[%# 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. #%] [% IF summary.keys %]

Summary for [% summary.type FILTER html %]: [% summary.value FILTER html %]

[% IF user.is_timetracker %]

Past Due | Updated Recently

[% END %]
[% IF user.is_timetracker %] [% summary.past_due.size FILTER html %] Past Due [% terms.Bugs %] (deadline is before today's date) (full list)
[% FOREACH column = [ "ID", "Status", "Version", "Component", "Severity" "Summary" ] %] [% END %] [% FOREACH bug = summary.past_due %] [% count = loop.count() %] [% END %]
[% column FILTER html %]
[% bug.id FILTER html %] [% bug.status FILTER html %] [% bug.version FILTER html %] [% bug.component FILTER html %] [% bug.severity FILTER html %] [% bug.summary FILTER html %]

[% END %] [% summary.updated_recently.size FILTER html %] Most Recently Updated [% terms.Bugs %] [% IF user.is_timetracker %](back to top)[% END %] (full list)
[% FOREACH column = [ "ID", "Status", "Version", "Component", "Severity" "Summary" ] %] [% END %] [% FOREACH bug = summary.updated_recently %] [% count = loop.count() %] [% END %]
[% column FILTER html %]
[% bug.id FILTER html %] [% bug.status FILTER html %] [% bug.version FILTER html %] [% bug.component FILTER html %] [% bug.severity FILTER html %] [% bug.summary FILTER html %]
[% ELSE %] [% summary_url = "page.cgi?id=productdashboard.html&product=$url_filtered_product&bug_status=$url_filtered_status&tab=components" %]

[% terms.Bug %] counts per component, version and milestone.

Component | Version | Milestone

Click on a value to show a list of most recently updated bugs.

Component
[% FOREACH col = by_component %] [% END %]
Name Count Percentage [% terms.Bug %] List
[% col.0 FILTER html %] [% col.1 FILTER html %] [% INCLUDE bar_graph count = col.1 %] View

Version (back to top)
[% FOREACH col = by_version %] [% END %]
Name Count Percentage [% terms.Bug %] List
[% col.0 FILTER html %] [% col.1 FILTER html %] [% INCLUDE bar_graph count = col.1 %] View
[% IF Param('usetargetmilestone') %]
Milestone (back to top)
[% FOREACH col = by_milestone %] [% END %]
Name Count Percentage [% terms.Bug %] List
[% col.0 FILTER html %] [% col.1 FILTER html %] [% INCLUDE bar_graph count = col.1 %] View
[% END %]
[% END %]