{% load i18n %} {% load static %} MC Server Log

MC Access Log

{% if error %}

Errore

{{ error }}
{% endif %}

Utenti Online

{% if online_data %}
Giocatori: {{ online_data.online_count|default:0 }}
{% if online_data.players and online_data.players|length > 0 %}
{% for player in online_data.players %}
{{ player.username }} {% if player.session_duration %} {{ player.session_duration }} {% endif %}
{% endfor %}
{% else %}

Nessun giocatore online

{% endif %}
{% else %}
Caricamento...
{% endif %}

Player Management

Sessioni Completate

{% if sessions %}
{% for session in sessions %} {% endfor %}
INIZIO
data e ora
FINE
data e ora
DURATA
tempo
GIOCATORE
username
{{ session.start_time_formatted.date }}
{{ session.start_time_formatted.time }}
{% if session.end_time_formatted %}
{{ session.end_time_formatted.date }}
{{ session.end_time_formatted.time }}
{% else %}
In corso...
{% endif %}
{{ session.duration }} {{ session.username }} ({{ session.coordinates_count }} coord)
Dettagli: {{ session.username }} - {{ session.session_id }}
Caricamento dettagli...
{% else %}

Nessuna sessione trovata

{% endif %}

Statistiche Giocatori

{% if player_stats and player_stats.players %}
{{ player_stats.total_players }} Giocatori Totali
{{ player_stats.total_active_hours }}h Ore Totali Attive
{% for username, stats in player_stats.players.items %} {% endfor %}
RANK GIOCATORE ACTIVE PLAYTIME ONLINE TIME SESSIONI MEDIA
{{ forloop.counter }} {{ username }} {{ stats.total_active_hours }}h {{ stats.total_playtime_hours }}h {{ stats.total_sessions }} {{ stats.average_session_minutes }}m
{% else %}

Statistiche non disponibili

{% endif %}

📅 Navigazione

📊 Mese Corrente {% for archive in available_archives %} 📁 {{ archive.display }} {% endfor %}