{% extends 'base.html.twig' %} {% block title %}Server Logs{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}
| Spielername | SteamID | Login-Zeit | IP | Koordinaten |
|---|---|---|---|---|
| {{ player.playerName ?: '-' }} | {{ player.steamId }} | {{ player.lastLogin ? player.lastLogin|date('d.m.Y H:i:s') : '-' }} | {{ player.ip ?: '-' }} | {% if player.coordinates %} X: {{ player.coordinates.x|default('-') }}, Y: {{ player.coordinates.y|default('-') }}{% if player.coordinates.z is not null %}, Z: {{ player.coordinates.z|default('-') }}{% endif %} {% else %}-{% endif %} |
Versuche andere Filter-Einstellungen oder führe den Log-Fetch-Command aus.
Alle Logs anzeigen