{{template "base/head" .}}
{{template "explore/navbar" .}}
{{template "explore/search" .}}
{{range .Users}}
{{.Name}} {{.FullName}}
{{if .Location}} {{.Location}} {{end}} {{if and $.ShowUserEmail .Email $.IsSigned (not .KeepEmailPrivate)}} {{.Email}} {{end}} {{$.i18n.Tr "user.join_on"}} {{DateFmtShort .Created}}
{{else}}
{{$.i18n.Tr "explore.user_no_results"}}
{{end}}
{{template "base/paginate" .}}
{{template "base/footer" .}}