[%# 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: Request a change [% FOREACH product = products %] [% row_class = "report_row_even" %] [% FOREACH component = product.components %] [% row_class = row_class == "report_row_even" ? "report_row_odd" : "report_row_even" %] [% END %] [% IF product.reviewers.size %] [% row_class = row_class == "report_row_even" ? "report_row_odd" : "report_row_even" %] [% END %] [% END %]
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 %]
[% INCLUDE global/footer.html.tmpl %]