<% const network = page.network; const w = network + 'World'; const world = site.data.worldi18n.worlds[w]; const data = site.data[network].data; const numbers = site.data.numbers.list[network]; const connections = data.connections; const stars = data.notable; const reading = world.reading; %>

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

<%= world.mascot %>

<%- __('dwellers') %>

<%= world.dwellers %>

<%- __('communities') %>

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

<%- __('connections') %>

    <% for (item in connections) { %>
  • <%= connections[item] %>
  • <% } %>

<%= world.descr %> Join <%= page.title %> today!

<% if (stars) { %>

<%- __('stars') %>

<% } %> <% if (reading) { %>

<%- __('reading') %>

<% } %>