{{template "base/head" .}}
{{if eq .SignedUserName .Owner.Name}} {{else}} {{end}}
{{if .Owner.FullName}}{{.Owner.FullName}}{{end}} {{.Owner.Name}}
    {{if .Owner.Location}}
  • {{svg "octicon-location" 16}} {{.Owner.Location}}
  • {{end}} {{if .ShowUserEmail }}
  • {{svg "octicon-mail" 16}} {{.Owner.Email}}
  • {{end}} {{if .Owner.Website}}
  • {{svg "octicon-link" 16}} {{.Owner.Website}}
  • {{end}} {{if .Owner.Description}}
  • {{svg "octicon-info" 16}} {{.Owner.Description}}
  • {{end}} {{range .OpenIDs}} {{if .Show}}
  • {{.URI}}
  • {{end}} {{end}}
  • {{svg "octicon-clock" 16}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}}
  • {{if and .Orgs .HasOrgsVisible}}
    • {{range .Orgs}} {{if (or .Visibility.IsPublic (and ($.SignedUser) (or .Visibility.IsLimited (and (.IsUserPartOfOrg $.SignedUserID) .Visibility.IsPrivate) ($.IsAdmin))))}}
    • {{end}} {{end}}
  • {{end}} {{if and .IsSigned (ne .SignedUserName .Owner.Name)}} {{end}}
{{if eq .TabName "activity"}} {{if .EnableHeatmap}}
{{.i18n.Tr "user.heatmap.loading"}}
{{end}}
{{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}}
{{template "base/footer" .}}