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

Estatísticas do Hotel

Bem vindo ao gerenciador de sites para {{ site.siteName }} Hotel, aqui você pode gerenciar muitas coisas ao mesmo tempo, como usuários, notícias, conteúdo do site e visualizar as estatísticas do hotel.

Versão do Havana Web 1.0
Usuários {{ stats.userCount }}
Itens de quarto {{ stats.roomItemCount }}
Itens do Inventário {{ stats.inventoryItemsCount }}
Grupos {{ stats.groupCount }}
Pets {{ stats.petCount }}
Fotos {{ stats.photoCount }}

Novos jogadores

A lista de jogadores recém-inscritos é vista abaixo

{% 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 %} {% set num = num + 1 %} {% endfor %}
ID Nome E-mail Avatar Status Moedas Pixels Último login Registrado em
{{ player.id }} {{ player.name }} - Transações {{ player.email }} {{ player.motto }} {{ player.credits }} {{ player.pixels }} {{ player.formatLastOnline("dd-MM-yyyy HH:mm:ss") }} {{ player.formatJoinDate("dd-MM-yyyy HH:mm:ss") }}