[%# 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. #%] [%# # bug: bug object #%] [% PROCESS global/variables.none.tmpl; in_all_groups = 1; in_a_group = 0; FOREACH group IN bug.groups; IF NOT group.ingroup; in_all_groups = 0; END; IF group.ison; in_a_group = 1; END; END %]
[% IF in_a_group %] Only users in all of the following groups can view this [% terms.bug %]: [% IF bug.reporter_accessible || bug.cclist_accessible %] Users in the roles below can always view this [% terms.bug %]: [% END %] [% ELSE %] This [% terms.bug %] is publicly visible. [% END %]