{% extends '__layout__.html' %} {% block title %}Admin{% endblock %} {% block head %} {% endblock %} {% block content %}

Welcome, {{user.username}}!

Server Time: {{stats.SystemTime}} UTC

Users Online: {{stats.UsersOnline}}

Users In-Game: {{stats.UsersPlaying}}

Active Servers: {{stats.PlaceServersCount}}

New users today: {{stats.UsersSignedUpToday}}

Pending Assets: {{stats.PendingAssets}}

{% for permission in permissions %} {% if "Hidden" not in permission: %} {% endif %} {% endfor %}
{% endblock %}