Beheer

<% if (tenancy === 'hub') { %>

Hub-modus — bedrijfssite met gebruikers, elk hun eigen PrutFolio.

<% } else { %>

Solo-modus — jouw site.

<% } %>
<% if (tenancy === 'hub') { %>
<%= stats.users %>
Gebruikers
<%= stats.sites %>
Sites
<% } %>
<%= stats.posts %>
Posts
<%= stats.published %>
Gepubliceerd
<% if (sites && sites.length) { %>

Sites

<% sites.forEach(function(s) { %> <% }); %>
SlugTitleOwnerCreated
<%= s.slug %> <%= s.title %> <%= s.owner_username || '—' %> <%= formatDate(s.created_at) %>
<% } %> <% if (users && users.length) { %>

Users

<% users.forEach(function(u) { %> <% }); %>
UsernameEmailRoleJoined
<%= u.username %> <%= u.email %> <%= u.role %> <%= formatDate(u.created_at) %>
<% } %>