[%- USE T8 %] [% USE HTML %][% USE LxERP %]
[% 'Edit group membership' | $T8 %]

[% 'Select the checkboxes that match users to the groups they should belong to.' | $T8 %]

[% FOREACH user = USERS %] [% IF user.repeat_headings %] [% FOREACH column = HEADINGS %] [% END %] [% END %] [% FOREACH group = user.GROUPS %] [% END %] [% END %]
[% 'Login' | $T8 %] [% 'Name' | $T8 %][% LxERP.turn90(column.title) %]
[% HTML.escape(user.login) %] [% HTML.escape(user.name) %]