<% _.each([0,1,2,3,4,5,6], function(index) { %>
<% _.each(events, function(event){ if(event.start_day == index) { %> <%} }); %>
<% }) %>