{{template "base/head" .}}
{{template "explore/navbar" .}}
{{template "explore/search" .}}
{{range .Users}}
{{.Name}} {{.FullName}}
{{if .Location}} {{.Location}} {{end}} {{if and .Email $.IsSigned}} {{.Email}} {{end}} {{$.i18n.Tr "user.join_on"}} {{DateFmtShort .Created}}
{{end}}
{{template "explore/page" .}}
{{template "base/footer" .}}