< Return to User Page
{% if len(GameSessions.items) == 0: %}
{%endif%}
{{userObj.username}} Game Sessions
UserId: {{userObj.id}}
| ID | JobId | Joined At | Left At | Place |
|---|---|---|---|---|
| {{session.id}} | {{session.serveruuid}} | {{session.joined_at}} UTC | {{session.left_at}} UTC | {{get_place_name(session.place_id)}} ({{session.place_id}}) |
No Game Session Logs Found