%
const network = page.network;
const data = site.data[network].data;
const numbers = site.data.numbers.list[network];
%>
<%- __('total') %> ~ <%= numbers.population %><%- __('accounts') %>[1]
<% if (numbers.activeUsers) { %>
<%- __('active') %> ~ <%= numbers.activeUsers %><%- __('people') %>[2]
<% } %>
<%- __('servers') %> > <%= numbers.podsNum %><%- __('instances') %>
<% if (numbers.activeUsers) { %>[3] <% } else { %> [2] <% } %>
<%- __('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) { %>
<% } %>