Data /
<% if (photos.length==0) { %>
No data
<% } else {%>
<% _.each(photos, function(photo){ if(photo.user) { %> <% } }); %>
Photo Logo Logo name Likes Comments Visuals User name Email Gender Birthday Friends
<%= photo.image.name %> <%= photo.likes %> <%= photo.comments %> <%= photo.value %> <%= photo.user2.name %> <%= photo.user2.email %> <%= photo.user2.gender %> <%= photo.user2.birthday %> <%= photo.user2.friends %>
<% } %>