{{template "base/head" .}}
{{if eq .SignedUserName .Owner.Name}} {{else}} {{end}}
{{if .Owner.FullName}}{{.Owner.FullName}}{{end}} {{.Owner.Name}}
{{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}} {{template "explore/repo_search" .}} {{template "explore/repo_list" .}} {{template "base/paginate" .}} {{end}}
{{template "base/footer" .}}