[% IF NOT results.has_rows %]
No matching records.
[% ELSE %] [% USE Number.Format %] [% FOREACH row IN results.all %] [% END %]
Subnet Size Number of Active Nodes Percent Utilization
[% row.subnet | html_entity %] [% row.subnet_size | format_number %] [% row.active | format_number %] [% row.percent | html_entity %]
[% END %]