[% IF models.count %]

By Platform

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

By Software Release

[% FOREACH release IN releases.all %] [% NEXT UNLESS (release.os OR release.os_ver) %] [% END %]
OS Version Count
[% IF release.os %] [% release.os | html_entity %] [% ELSE %]unknown[% END %] [% IF release.os_ver %] [% release.os_ver | html_entity %] [% ELSE %]unknown[% END %] [% release.get_column('count') | html_entity %]
[% ELSE %] [% END %]