<% 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 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') %> <% } %>

<%= world.descr %>

<% if (stars !== "") { %>

<%- __('stars') %>

<% } %> <% if (reading !== "") { %>

<%- __('reading') %>

<% } %>