[%# 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. #%] [% RETURN UNLESS otheruser.id %] Has Secure Mail Key/Cert: [% otheruser.public_key ? "Yes" : "No" %] Member of Secure Mail Group: [% securemail_member = 0; FOREACH group IN otheruser.groups; IF group.secure_mail; securemail_member = 1; LAST; END; END; securemail_member ? "Yes" : "No"; %]