[%# 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 %]:
[% FOREACH group IN bug.groups %]
[% NEXT UNLESS group.ison || group.mandatory %]
[% group.description FILTER html %]
[% END %]
[% ELSE %]
This [% terms.bug %] is publicaly visible.
[% END %]
[% emitted_description = 0 %]
[% FOREACH group IN bug.groups %]
[% IF NOT emitted_description %]
[% emitted_description = 1 %]
Only users in all of the selected groups can view this [% terms.bug %]: