<tr>
<td>
[% IF has_bits.size %]
- You have the following permission [% terms.bits %] set on your account:
+ You have the following permission bits set on your account:
<table align="center">
[% FOREACH bit_description = has_bits %]
<tr>
[% END %]
[% ELSE %]
- There are no permission [% terms.bits %] set on your account.
+ There are no permission bits set on your account.
[% END %]
[% IF user.groups.editusers %]
all permissions for all users.
[% ELSIF set_bits.size %]
<br>
- And you can turn on or off the following [% terms.bits %] for
+ And you can turn on or off the following bits for
<a href="editusers.cgi">other users</a>:
<table align="center">
[% FOREACH bit_description = set_bits %]