← Beheer
<% if (success) { %>
<%= success %>
<% } %>
<% if (error) { %>
<%= error %>
<% } %>
<% if (!users.length) { %>
<% } else { %>
<% users.forEach(function(u) { %>
-
<% if (u.avatar_url) { %>

<% } else { %>
<%= u.username.charAt(0).toUpperCase() %>
<% } %>
<%= u.site_count %>
sites
<%= u.post_count %>
posts
<%= formatDate(u.created_at) %>
joined
<% if (u.id !== user.id) { %>
<% var _warn = (u.post_count + u.site_count > 0)
? ('Dit verwijdert ook hun site + ' + u.post_count + ' post(s). ')
: ''; %>
<% } else { %>
<%# Lege plek zodat de kolommen (rol/kijk-modus) op elke rij uitlijnen. %>
<% } %>
<% }); %>
<% } %>