{% include "housekeeping/base/header.tpl" %} {% set dashboardActive = " active " %} {% include "housekeeping/base/navigation.tpl" %}

Hotel Statistics

Welcome to the housekeeping for {{ site.siteName }} Hotel, here you can manage a lot of things at once, such as users, news, site content and view the statistics of the hotel.

Havana Web Version 1.0
Users {{ stats.userCount }}
Room Items {{ stats.roomItemCount }}
Inventory Items {{ stats.inventoryItemsCount }}
Groups {{ stats.groupCount }}
Pets {{ stats.petCount }}
Photos {{ stats.photoCount }}

Newest Players

The recently joined player list is seen below

{% set zeroCoinsValue = '' %} {% if zeroCoinsFlag %} {% set zeroCoinsValue = '&zerocoins' %} {% endif %} {% if nextPlayers|length > 0 %} {% set ourNextPage = page + 1 %} {% endif %} {% if previousPlayers|length > 0 %} {% set ourNextPage = page - 1 %} {% endif %} {% if zeroCoinsFlag %} {% else %} {% endif %}
{% set num = 1 %} {% for player in players %} {% autoescape 'html' %} {% endautoescape %} {% set num = num + 1 %} {% endfor %}
ID Name Email Look Motto Credits Pixels Last online Date joined
{{ player.id }} {{ player.name }} - Transactons {{ player.email }} {{ player.motto }}{{ player.credits }} {{ player.pixels }} {{ player.formatLastOnline("dd-MM-yyyy HH:mm:ss") }} {{ player.formatJoinDate("dd-MM-yyyy HH:mm:ss") }}