[% WRAPPER 'master_templates/master.tmpl' theme="yui" app_key='add_remove_recognized_ip_addresses' -%] [% USE Net -%]
[% IF data.status -%]

[% data.status %]

[% END -%]

[% locale.maketext( "Add recognized IP for “[_1]”.", data.account.html() ) %]

...

[% locale.maketext( "You may enter an asterisk as a wildcard in the last number of the IP address." ) %]

[% locale.maketext( 'You are accessing WHM from this IP: [_1]', data.remote_addr ) %]

[% locale.maketext( "Recognized IPs for “[_1]”.", data.account.html() ) %]

[% IF data.iplist.size -%] [% FOREACH ip IN data.iplist.ipsort -%] [% END -%] [% ELSE -%] [% END -%]
[% locale.maketext( 'IP Address' ) %][% locale.maketext( "Functions" ) %]
[% ip FILTER html %]
No Access IPs
[% END -%]