[%- PROCESS "include/icons.tmpl"; -%][% MACRO blacklist_whitelist_table BLOCK %]

[% IF blacklist_ips %] [% FOREACH item IN blacklist_ips %] [% END %]
[% get_icon(icon='blacklist') %] [% CPANEL.locale.maketext('Use the following links to add the appropriate entry to the blacklist:') %]
[% item.range %]: [% item.href %]
[% END %] [% IF whitelist_ips %] [% FOREACH item IN whitelist_ips %] [% END %]
[% get_icon(icon='whitelist') %] [% CPANEL.locale.maketext('Use the following links to add the appropriate entry to the whitelist:') %]
[% item.range %]: [% item.href %]
[% END %] [% END %]