Statistics /
<% if (photos.length==0) { %>
No statistics
<% } else {%>
<% _.each(photos, function(photo){ %> <% }); %>
Logo Logo name Likes Comments Visuals Male Female <18 18-24 25-30 >30 Total photos
<%= photo.name %> <%= photo.likes %> <%= photo.comments %> <%= photo.value %> <%= photo.male %> <%= photo.female %> <%= photo.range1 %> <%= photo.range2 %> <%= photo.range3 %> <%= photo.range4 %> <%= photo.total %>
<% } %>