<% var somme = 0; %>
<%= cal.locale.events %>
<% _.each(by_hour, function(event){ %>
<%= event.start_hour %> - <%= event.end_hour %> <%= event.title %>
<% somme=event.lines*30+event.top*30; }); %>
<% for(i = 0; i < hours; i++){ %>
<% for(l = 0; l < in_hour; l++){ %>
<%= cal._hour(i, l) %>
<% }; %>
<% }; %>