[%# 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 = "Group Members Report" style_urls = [ "extensions/BMO/web/styles/reports.css" ] %]
Group
[% IF group != '' %]

[% count FILTER none %] member[% count == 1 ? '' : 's' %] of the [% group.name FILTER html %] group:

[% IF types.size > 0 %] [% IF privileged %] [% END %] [% FOREACH type = types %] [% count = loop.count() %] [% END %]
Type Count Members2FA, Last Seen (days ago)
[% IF type.name == 'direct' %] direct [% ELSE %] via [% IF privileged %] [% type.name FILTER html %] [% ELSE %] another group [% END %] [% END %] [% type.members.size FILTER html %] [% FOREACH member = type.members %] [% IF privileged %] [% END %] [% END %]
[% IF privileged %] [% ELSE %] [% END %] [% member.name FILTER html %] <[% member.email FILTER email FILTER html %]> [% IF member.mfa %] [% member.mfa FILTER html %] [% " (weakened)" IF member.settings.api_key_only.value == "off" %] [% ELSE %] - [% END %] [% member.last_seen_days > 30 ? ">30" : member.last_seen_days FILTER html %]
JSON [% ELSE %]

This group is empty.

[% END %] [% END %] [% INCLUDE global/footer.html.tmpl %]