<% 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]<% } %>

<%= data.title %> logo

<%- __('world') %>

<%- __('mascot') %>

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

<%- __('dwellers') %>

<%= data.dwellers %>

<%- __('communities') %>

<% if (data.communities) { %> <% } else { %> <%- __('soon') %> <% } %>

<%- __('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') %>

<% } %>