Terug <% entries.forEach(function(e){ %> <% }) %>
TijdGebruikerActieEntiteitDetails
<%= new Date(e.created_at).toLocaleString('nl-NL') %><%= e.username || '-' %><%= e.action %><%= e.entity_type %><% if (e.entity_id) { %> #<%= e.entity_id %><% } %><%= e.details || '' %>
<% if (pages > 1) { %>
<% for (var p = 1; p <= pages; p++) { %><%= p %><% } %>
<% } %>