<%= this.title %>

By <%= this.developer_name %>

  • Version: <%= this.version %>
  • Size: <% if (this.binary_filesize > 1000) { %><%= this.binary_filesize / 1000 %> KB<% } else { %><%= this.binary_filesize %> Bits<% } %>
    <% Y.Object.each(this.department, function (value, key) { %>
  • <%= value %>,
  • <% }); %>

Rating: <%= this.ratings_average %>/5

<% if (this.installed) { %> Uninstall <% } else { %> Install <% } %>