<%- include('top') %>

Active sessions

<% if (!active.length) { %>

No active sessions.

<% } else { %> <% active.forEach(s => { %> <% }) %>
UserTarget hostAddressStarted
<%= s.uid %><%= s.slug || '—' %><%= s.target %><%= new Date(s.startedAt).toLocaleString() %>
<% } %> <%- include('bottom') %>