<% const network = page.network; const data = site.data[network].data; const numbers = site.data.numbers.list[network]; const update = site.data.numbers.list.lastUpdate; %>

<%- __('total') %> <% if (numbers) { %> ~ <%= numbers.population %><% } else { %> ? <% } %> <%- __('accounts') %>

<% if (numbers.activeUsers) { %>

<%- __('active') %> ~ <%= numbers.activeUsers %><%- __('people') %>

<% } %>

<%- __('servers') %> <% if (numbers) { %> > <%= numbers.podsNum %> <% } else { %> ? <% } %> <%- __('instances') %>

<% if (numbers) { %> (statistics updated regularly, latest update - <%= update %>) <% } %>
<%= data.title %> logo

<%- __('world') %>

<%- __('mascot') %>

    <% for (i in data.mascot) { %>
  • <% if (data.mascot[i].imgNum) { %> mascot picture<% } %><%= data.mascot[i].item %>,  
  • <% } %>
<% if (data.dwellers) { %>

<%- __('dwellers') %>

<%= data.dwellers %>
<% } %>
<% if (data.communities) { %>

<%- __('communities') %>

<% } %>

<%- __('connections') %>

    <% for (item in data.connections) { %>
  • network logo colour icon<%= data.connections[item] %>
  • <% } %>

<%= data.descr %>

<% if (data.screenshots) { %>
<% for (item in data.screenshots) { %>
<%= data.screenshots[item].descr %>
<%= data.screenshots[item].descr %>
<% } %>
<% } %> <% if (data.features) { %>

<%- __('features') %>

<% } %> <% if (data.information) { %>

<%- __('information') %>

<% } %> <% if (data.notable) { %>

<%- __('stars') %>

<% } %> <%- partial('_partial/join') %>
<% if (data.reading) { %>

<%- __('reading') %>

<% } %>