{{template "explore/search" .}}
{{range .Users}}
{{template "base/paginate" .}}
{{avatar .}}
{{else}}
{{.Name}} {{.FullName}}
{{if .Location}}
{{svg "octicon-location"}} {{.Location}}
{{end}}
{{if and $.ShowUserEmail .Email $.IsSigned (not .KeepEmailPrivate)}}
{{svg "octicon-mail"}}
{{.Email}}
{{end}}
{{svg "octicon-clock"}} {{$.i18n.Tr "user.join_on"}} {{.CreatedUnix.FormatShort}}
{{$.i18n.Tr "explore.user_no_results"}}
{{end}}