Applications

<% $.each(apps, function (index, a) { %> <% if ((index != 0 && (index + 1) % 2 == 0) || index == apps.length - 1) { print(''); if (index != apps.length -1) { print(''); } } });%>

<%- a.name %>

<% if (a.images != undefined && a.images.length) { _.each(a.images, function (i) { %> <% }); } else { %> <% } %>