[% IF models.count %]

By Platform

[% FOREACH platform IN models.all %] [% NEXT UNLESS platform.vendor AND platform.model %] [% END %]
Vendor Model Count
[% platform.vendor | html_entity %] [% platform.model | html_entity %] [% platform.get_column('count') | html_entity %]

By Software Release

[% FOREACH release IN releases.all %] [% NEXT UNLESS (release.os AND release.os_ver) %] [% END %]
OS Version Count
[% release.os | html_entity %] [% release.os_ver | html_entity %] [% release.get_column('count') | html_entity %]
[% ELSE %]
No devices found. Do you need to run a Discover?
[% END %]