{{define "content"}}

Table "{{.CurrentSlug}}"

{{if .Full}}This table is full
{{end}} Currently there are {{.Table.PlayerCount}} Players playing on this table.
    {{range .Table.Players}}
  1. {{.Username}}
  2. {{end}}

The game can be finished when there are 2 or 4 players.

{{end}}