<% for(var i=0;i<7;i++) { %>
<% _.each(events, function(event){ %> <% if(event.start_day == i) { %>
<% if(event['estatus'] == 1){ %>
<% }%> <% if(event['pagado'] == true){ if(event['tipo_clasificacion'].toUpperCase() == "P"){%> <% }else{ %> <% } } %> <% if(event['pendiente_ventas_cotizacion'] == 1){ %> <% } %> <% if(event['tipo_pendiente'] == 3){ %> <% } %>

<%= event.title_name %>: <%= event.title_description %>

<% } %> <% }) %>
<%}%>