<% if(assistants_mode){ %> <% assistants_order.forEach(function(ord, att_id){ %>
<%= assistants_names[att_id].name %>
<% _.each([0, 1, 2, 3, 4, 5, 6], function(index){ %>
<% _.each(events[att_id], function(event){ console.log(events); %> <% if(event.start_day == index) { %> <% } %> <% }) %>
<% }) %>
<% }) %> <% } else{ %>
<% _.each([0,1,2,3,4,5,6], function(index) { %>
<% _.each(events, function(event){ if(event.start_day == index) { %> <%} }); %>
<% }) %>
<% } %>