{{if eq .SignedUserName .Owner.Name}}
						
							{{avatar .Owner 290}}
						
					{{else}}
						
							{{avatar .Owner 290}}
						
					{{end}}
					
						
				
			
						{{if .Owner.FullName}}{{.Owner.FullName}}{{end}}
						{{.Owner.Name}}
					
					- 
							{{if .Owner.Location}}
								
- {{svg "octicon-location"}} {{.Owner.Location}} {{end}} {{if .ShowUserEmail }}
- {{svg "octicon-mail"}} {{.Owner.Email}} {{end}} {{if .Owner.Website}}
- {{svg "octicon-link"}} {{.Owner.Website}} {{end}} {{if $.RenderedDescription}}
- 
									{{$.RenderedDescription|Str2html}}
							{{end}}
							{{range .OpenIDs}}
								{{if .Show}}
									
- {{svg "fontawesome-openid"}} {{.URI}} {{end}} {{end}}
- {{svg "octicon-clock"}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}} {{if and .Orgs .HasOrgsVisible}}
- 
								- 
								{{range .Orgs}}
									{{if (or .Visibility.IsPublic (and ($.SignedUser) (or .Visibility.IsLimited (and (.HasMemberWithUserID $.SignedUserID) .Visibility.IsPrivate) ($.IsAdmin))))}}
									
- {{avatar .}} {{end}} {{end}}
 {{end}}
							{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}
- {{if .SignedUser.IsFollowing .Owner.ID}} {{else}} {{end}} {{end}}
				
				{{if eq .TabName "activity"}}
					{{if .Owner.KeepActivityPrivate}}
						
					{{end}}
					{{template "user/heatmap" .}}
					
		
						{{template "user/dashboard/feeds" .}}
					
				{{else if eq .TabName "stars"}}
					
						{{template "explore/repo_search" .}}
						{{template "explore/repo_list" .}}
						{{template "base/paginate" .}}
					
				{{else if eq .TabName "following"}}
					{{template "repo/user_cards" .}}
				{{else if eq .TabName "followers"}}
					{{template "repo/user_cards" .}}
				{{else}}
					{{template "explore/repo_search" .}}
					{{template "explore/repo_list" .}}
					{{template "base/paginate" .}}
				{{end}}