{{define "content"}}
Upload Game Save

Upload a game save zip file (e.g., game_abc123.zip). The game ID is extracted from the filename.

Postgres Migration

Migrate every unloaded local SQLite game.db into Postgres.

{{if .Games}} {{range .Games}}

Game {{.GameID}} {{.RunStatus}}

Round {{.CurrentRound}} • {{.ActionCount}} actions
{{range .Players}} {{.FactionName}}{{if .IsHuman}} ({{.UserName}}){{end}} {{end}}
View History
{{end}}

Delete Game

Are you sure you want to delete game ?

Warning: This action cannot be undone.

Delete Multiple Games

Are you sure you want to delete game(s)?

Warning: This action cannot be undone.

{{else}}

No games currently running.

Start a game from the Unity client to see it here.

{{end}} {{end}}