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