[%# 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. #%] [% INCLUDE global/header.html.tmpl title = "Suggested Reviewers Report" style_urls = [ "extensions/BMO/web/styles/reports.css", "extensions/Review/web/styles/reports.css" ] %] Products:
Product/Component | Suggested Reviewers |
---|---|
[% product.name FILTER html %] | |
[% component.name FILTER html %] | [% FOREACH reviewer = component.reviewers %] [% reviewer.email FILTER html %] [% ", " UNLESS loop.last %] [% END %] |
All [% product.components.size ? "other" : "" %] components | [% FOREACH reviewer = product.reviewers %] [% reviewer.email FILTER html %] [% ", " UNLESS loop.last %] [% END %] |