[%# 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 = "Product Security Report" style_urls = [ "extensions/BMO/web/styles/reports.css" ] %] [% count = 0 %] [% FOREACH product = products %] [% count = count + 1 %] [% IF product.group_problem %] [% ELSE %] [% END %] [% IF product.visibility_problem %] [% ELSE %] [% END %] [% END %]
Product Default Security Group Default Group Visibility mozilla-employee-confidential Enabled
[% product.name FILTER html %] [% product.default_security_group FILTER html %] [% product.default_security_group FILTER html %] [% product.group_visibility FILTER html %] [% product.group_visibility FILTER html %] [% product.moco ? 'Yes' : 'No' FILTER none %]
[% INCLUDE global/footer.html.tmpl %]