[%# 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. #%] [% PROCESS "global/field-descs.none.tmpl" %] [[% terms.Bugzilla %]] Outstanding Requests Report

The following is a list of people who you are watching that have outstanding requests.


[% FOREACH login = requests.keys.sort %] [% requestee = requests.$login.requestee %] [% requestee.identity FILTER html %] [% END %] [% FOREACH login = requests.keys.sort %] [% requestee = requests.$login.requestee %] [% bug_ids = [] %] [% FOREACH type = requests.$login.typelist %] [% FOREACH request = requests.$login.types.$type %] [% bug_ids.push(request.bug.id) %] [% END %] [% END %]

[% requestee.identity FILTER html %] (buglist)
[% FOREACH type = requests.$login.typelist %] [% requests.$login.types.item(type).size %] [%+ type FILTER html %] [% ", " UNLESS loop.last %] [% END %]

[% FOREACH type = requests.$login.typelist %]

[% type FILTER upper FILTER html %] requests

[% END %] [% END %]

Change who you are watching

You are receiving this mail because: