{% extends "base.html" %} {% block title %}Sessions{% endblock %} {% block page_title %}Sessions{% endblock %} {% block content %}
Reset
{{ total }} sessions
{% for r in rows %} {% else %} {% endfor %}
PlayerServerLoginLogoutDurationIPCountryClient
{{ r.player_name }} {{ r.server_name or '—' }} {{ r.login_time | fmt_dt }} {{ r.logout_time | fmt_dt }} {% if r.logout_time %}{{ r.duration_sec | fmt_duration }} {% else %}Online{% endif %} {{ r.ip_address or '—' }} {{ r.country or '—' }} {{ r.client_version or '—' }}
No sessions
{% include "_pagination.html" %} {% endblock %}