{{template "explore/search" .}}
		
			{{range .Users}}
				
		{{template "base/paginate" .}}
	
					{{avatar .}}
					
			{{else}}
				
						
							{{.Name}} {{.FullName}}
							{{if .Visibility.IsPrivate}}
								{{$.i18n.Tr "repo.desc.private"}}
							{{end}}
						
						
				
							{{if .Location}}
								{{svg "octicon-location"}} {{.Location}}
							{{end}}
							{{if and .Website}}
								{{svg "octicon-link"}}
								{{.Website}}
							{{end}}
							{{svg "octicon-clock"}} {{$.i18n.Tr "user.join_on"}} {{.CreatedUnix.FormatShort}}
						
					{{$.i18n.Tr "explore.org_no_results"}}
			{{end}}