{{if .HasProfileReadme}} {{svg "octicon-info"}} {{.locale.Tr "user.overview"}} {{end}} {{svg "octicon-repo"}} {{.locale.Tr "user.repositories"}} {{if .ContextUser.NumRepos}}
{{.ContextUser.NumRepos}}
{{end}}
{{if or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadProjects)}} {{svg "octicon-project-symlink"}} {{.locale.Tr "user.projects"}} {{end}} {{if and .IsPackageEnabled (or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadPackages))}} {{svg "octicon-package"}} {{.locale.Tr "packages.title"}} {{end}} {{if and .IsRepoIndexerEnabled (or .ContextUser.IsIndividual (and .ContextUser.IsOrganization .CanReadCode))}} {{svg "octicon-code"}} {{.locale.Tr "user.code"}} {{end}} {{if .ContextUser.IsOrganization}} {{if .IsOrganizationMember}} {{svg "octicon-person"}} {{$.locale.Tr "org.members"}} {{if .NumMembers}}
{{.NumMembers}}
{{end}}
{{svg "octicon-people"}} {{$.locale.Tr "org.teams"}} {{if .NumTeams}}
{{.NumTeams}}
{{end}}
{{end}} {{if .IsOrganizationOwner}}
{{svg "octicon-tools"}} {{.locale.Tr "repo.settings"}}
{{end}} {{else}} {{svg "octicon-rss"}} {{.locale.Tr "user.activity"}} {{if not .DisableStars}} {{svg "octicon-star"}} {{.locale.Tr "user.starred"}} {{if .ContextUser.NumStars}}
{{.ContextUser.NumStars}}
{{end}}
{{else}} {{svg "octicon-eye"}} {{.locale.Tr "user.watched"}} {{end}} {{end}}