{{template "explore/navbar" .}}
{{template "explore/search" .}}
{{range .Users}}
{{avatar $.Context .}}
{{.Name}} {{.FullName}}
{{if .Location}} {{svg "octicon-location"}} {{.Location}} {{end}} {{if and $.ShowUserEmail .Email $.IsSigned (not .KeepEmailPrivate)}} {{svg "octicon-mail"}} {{.Email}} {{end}} {{svg "octicon-clock"}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
{{else}}
{{$.locale.Tr "explore.user_no_results"}}
{{end}}
{{template "base/paginate" .}}