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

Estadísticas de hotel

Bienvenido al gerente del sitio web del hotel {{ site.siteName }}, aquí puede administrar muchas cosas a la vez, como usuarios, noticias, contenido del sitio y ver las estadísticas del hotel.

Versión de Habana Web 1.0
Usuarios {{ stats.userCount }}
Artículos para la habitación {{ stats.roomItemCount }}
Artículos de inventario {{ stats.inventoryItemsCount }}
Grupos {{ stats.groupCount }}
Mascotas {{ stats.petCount }}
Fotos {{ stats.photoCount }}

Jugadores más nuevos

La lista de jugadores recientemente unidos se ve a continuación

{% set zeroMonedasValue = '' %} {% if zeroMonedasFlag %} {% set zeroMonedasValue = '&zerocoins' %} {% endif %} {% if nextPlayers|length > 0 %} {% set ourNextPage = page + 1 %} {% endif %} {% if previousPlayers|length > 0 %} {% set ourNextPage = page - 1 %} {% endif %} {% if zeroMonedasFlag %} {% else %} {% endif %}
{% set num = 1 %} {% for player in players %} {% set num = num + 1 %} {% endfor %}
ID Nombre Correo electrónico Imagen Lema Monedas Píxeles Último en línea Fecha de Registro
{{ player.id }} {{ player.name }} - Actas {{ player.email }} {{ player.motto }} {{ player.credits }} {{ player.pixels }} {{ player.formatLastOnline("dd-MM-yyyy HH:mm:ss") }} {{ player.formatJoinDate("dd-MM-yyyy HH:mm:ss") }}