Download Statistics
Program
Version
Download Count
<% downloadData.forEach(function(row) { %>
<%= row.program %>
<%= row.version %>
<%= row.download_count %>
<% }); %>
Total Download Statistics
Package
Search Count
<% searchData.forEach(function(row) { %>
<%= row.program %>
<%= row.download_count %>
<% }); %>