<% _(colsStats).each(function (stat) { %> <% if (global.helpers.hasPermission(sessionUser, stat.collection.name, 'r')) { %>

<%= stat.collection.humanName %>

<% _(stat.colLastCreated).each(function (obj, i) { %> <% }) %>
# Title Modified
<%= i %> <%= obj[stat.collection.toStringField] %> Updated <%= moment(obj[stat.collection.updatedField.key]).fromNow() %>
<% } %> <% }) %>