{{template "html-head" .}} {{template "navbar" .}}
{{if .Performers}}
{{range .Performers}}
{{.Performer.Name}}{{if gt .Age 0}} ({{.Age}}){{end}}
{{.SceneCount}} scenes
{{if .Performer.Nationality}}
{{if .CountryFlag}}{{.CountryFlag}}{{else}}🌍{{end}} {{.Performer.Nationality}}
{{end}} {{if .Performer.Gender}}
{{.Performer.Gender}} {{if .Performer.Source}} {{.Performer.Source}} {{end}}
{{end}}
{{end}}
{{else}}

No performers found.

Import performers from Adult Empire without the CLI.

{{end}}
{{template "html-scripts" .}}