{{if and .IsRawMode .IsFirstPage}}
Game failed to load: {{.ErrorMsg}}
Showing raw action history (no faction/date info). Rewind truncates persisted history directly.
{{end}} {{range .Entries}} {{.Index}} {{.ActionType}} {{.FactionName}} {{.GameDate}} {{.RoundId}} {{if not $.IsRawMode}} {{end}}
Action #{{.Index}} - {{.ActionType}} {{if not $.IsRawMode}}(Round {{.RoundId}}){{end}}
{{.ActionJSON}}
{{end}} {{if .HasMore}} Loading more... {{end}} {{if and (not .Entries) (not .HasMore)}} No actions recorded yet. {{end}}