[% IF platforms.size %]

By Platform

[% FOREACH platform IN platforms %] [% 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.count | html_entity %]

By Software Release

[% FOREACH release IN releases %] [% 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.count | html_entity %]
[% ELSE %] [% END %]