Terug
Komende events
<% if (events.length === 0) { %>
Geen events
<% } else { %>
<% events.forEach(function(e){ %>
<%= e.title %>
<%= new Date(e.start_time).toLocaleDateString('nl-NL',{weekday:'long',year:'numeric',month:'long',day:'numeric',hour:'2-digit',minute:'2-digit'}) %><% if (e.client_name) { %> · <%= e.client_name %><% } %>
<% if (e.description) { %>
<%= e.description %>
<% } %>
<% }) %>
<% } %>