[% IF NOT netzone %] No group [% netzonename | html %] found. [% ELSE %]
[% INCLUDE 'netzones/menu.tt' %] [% INCLUDE 'includes/form.tt' form = form form_uri = c.uri_for(netzonename) %]
[% FOREACH host = netzone.get_attributes('hostsExclude').sort %] [% IF loop.first %] [% END %] [% END %] [% FOREACH host = netzone.get_attributes('hosts').sort %] [% IF loop.first %] [% END %] [% END %]
Hosts excluded
[% END %] [% ohost = c.model('Accounts').db.get_object('nethost', host) %] [% host | html %]
[% INCLUDE object_flag object = ohost %] [% IF loop.last %]
Hosts
[% END %] [% ohost = c.model('Accounts').db.get_object('nethost', host) %] [% host | html %] [% INCLUDE object_flag object = ohost %]
[% IF loop.last %]
[% END %]