{{template "explore/search" .}}
{{range .Users}}
{{template "base/paginate" .}}
{{avatar $.Context .}}
{{else}}
{{.Name}} {{.FullName}}
{{if .Visibility.IsPrivate}}
{{$.locale.Tr "repo.desc.private"}}
{{end}}
{{if .Location}}
{{svg "octicon-location"}} {{.Location}}
{{end}}
{{if and .Website}}
{{svg "octicon-link"}}
{{.Website}}
{{end}}
{{svg "octicon-clock"}} {{$.locale.Tr "user.joined_on" (DateTime "short" .CreatedUnix) | Safe}}
{{$.locale.Tr "explore.org_no_results"}}
{{end}}