{{template "base/head" .}}
{{template "user/dashboard/navbar" .}}
{{if not .Feeds}} {{if not .ContextUser.IsOrganization}} {{if .PageIsDashboard}} {{template "user/dashboard/bootcamp" .}} {{end}} {{end}} {{end}}
{{template "user/dashboard/feeds" .}} {{if .AfterID}}
{{end}}
{{if not .ContextUser.IsOrganization}}
{{.Owner.FullName}} {{if .Owner.IsVerified}}{{end}} {{if .Owner.IsStaff}}{{end}}
@{{.Owner.Name}}
{{if .Owner.Description}}
{{.Owner.Description}}
{{end}} {{if .Owner.Website}} {{end}}
{{end}}
📁 {{.i18n.Tr "home.my_repos"}} {{.RepoCount}}
{{if not .ContextUser.IsOrganization}}

👯 {{.i18n.Tr "home.collaborative_repos"}}

{{end}}
{{if not .ContextUser.IsOrganization}}
🏢 {{.i18n.Tr "home.my_orgs"}} {{.ContextUser.GetOrganizationCount}} {{if .LoggedUser.CanCreateOrganization}} {{end}}
{{end}}
🤳 {{.i18n.Tr "home.my_mirrors"}} {{.MirrorCount}}
{{template "misc/ad" .}}
{{template "base/footer" .}}