%
const network = page.network;
const data = site.data[network].data;
const numbers = site.data.numbers.list[network];
%>
<%- __('total') %>
<% if (numbers) { %> ~ <%= numbers.population %><% } else { %> ? <% } %>
<%- __('accounts') %><% if (numbers) { %>[1]<% } %>
<% if (numbers.activeUsers) { %>
<%- __('active') %> ~ <%= numbers.activeUsers %><%- __('people') %>[2]
<% } %>
<%- __('servers') %>
<% if (numbers) { %> > <%= numbers.podsNum %> <% } else { %> ? <% } %>
<%- __('instances') %><% if (numbers) { %>[3]<% } %>
<%- __('world') %>
<%- __('mascot') %>
<% for (i in data.mascot) { %>
-
<% if (data.mascot[i].imgNum) { %>
<% } %><%= data.mascot[i].item %>,
<% } %>
<%- __('dwellers') %>
<%= data.dwellers %>
<%- __('communities') %>
<% if (data.communities) { %>
<% } else { %>
<%- __('soon') %>
<% } %>
<%- __('connections') %>
<% for (item in data.connections) { %>
-
<%= data.connections[item] %>,
<% } %>
<%= data.descr %>
<% if (data.features) { %>
<%- __('features') %>
<% for (item in data.features) { %>
-
<%= data.features[item] %>
<% } %>
<% } %>
<% if (data.information) { %>
<%- __('information') %>
<% for (item in data.information) { %>
-
<%= data.information[item] %>
<% } %>
<% } %>
<% if (data.notable) { %>
<%- __('stars') %>
<% for (item in data.notable) { %>
-
<% } %>
<% } %>
<%- partial('_partial/join') %>
<% if (data.reading) { %>
<% } %>