{{template "explore/search" .}}
{{range .Users}}
{{else}}
{{template "base/paginate" .}}
{{ctx.AvatarUtils.Avatar . 48}}
{{template "shared/user/name" .}}
{{if .Visibility.IsPrivate}}
{{$.locale.Tr "repo.desc.private"}}
{{end}}
{{if .Location}}
{{svg "octicon-location"}}{{.Location}}
{{end}}
{{if and $.ShowUserEmail .Email $.IsSigned (not .KeepEmailPrivate)}}
{{svg "octicon-mail"}}
{{.Email}}
{{end}}
{{svg "octicon-calendar"}}{{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
{{$.locale.Tr "explore.user_no_results"}}
{{end}}