Game ID: {{ game_id }}
Number of Players: {{ gamestate.n_players }}
Current Player: {{ gamestate.current_player }}
Starting Player: {{ gamestate.starting_player }}
Player Names: {{ gamestate.player_names | join(', ') }}
Game Status: {% if gamestate.game_end %}Ended{% else %}Active{% endif %}
Rounds: {{ gamestate.rounds }}
Days: {{ gamestate.days }}
Ready: {{ player_data.ready }}
{% endif %}Points: {{ player_data.points }}
Playing as: {{ player_name }}
{% if move_status %}