{{if .IsSigned}} {{.i18n.Tr "dashboard"}}
社区
欢迎加入OpenI 组织结构 启智开源许可证 OpenI社区章程 社区动态
{{.i18n.Tr "datasets"}} 项目 {{if not .UnitIssuesGlobalDisabled}} {{.i18n.Tr "issues"}} {{end}} {{if not .UnitPullsGlobalDisabled}} {{.i18n.Tr "pull_requests"}} {{end}} {{if not (and .UnitIssuesGlobalDisabled .UnitPullsGlobalDisabled)}} {{if .ShowMilestonesDashboardPage}}{{.i18n.Tr "milestones"}}{{end}} {{end}}
{{.i18n.Tr "explore"}}
学习 活动
{{else if .IsLandingPageHome}} {{.i18n.Tr "home"}}
社区
欢迎加入OpenI 组织结构 启智开源许可证 OpenI社区章程 社区动态
项目
{{.i18n.Tr "explore"}}
更多开源项目 学习 活动
{{else if .IsLandingPageExplore}} {{.i18n.Tr "home"}} {{else if .IsLandingPageOrganizations}} {{.i18n.Tr "home"}} {{end}} {{template "custom/extra_links" .}} {{/*
*/}} {{if .IsSigned}}
{{svg "octicon-bell" 16}} {{.i18n.Tr "notifications"}} {{$notificationUnreadCount := 0}} {{if .NotificationUnreadCount}}{{$notificationUnreadCount = call .NotificationUnreadCount}}{{end}} {{$notificationUnreadCount}}
{{svg "octicon-plus" 16}} {{.i18n.Tr "create_new"}} {{svg "octicon-triangle-down" 16}}
{{svg "octicon-plus" 16}} {{.i18n.Tr "new_repo"}} {{svg "octicon-repo-clone" 16}} {{.i18n.Tr "new_migrate"}} {{if .SignedUser.CanCreateOrganization}} {{svg "octicon-organization" 16}} {{.i18n.Tr "new_org"}} {{end}}
{{.i18n.Tr "user_profile_and_more"}} {{.SignedUser.Name}} {{svg "octicon-triangle-down" 16}}
{{.i18n.Tr "signed_in_as"}} {{.SignedUser.Name}}
{{svg "octicon-person" 16}} {{.i18n.Tr "your_profile"}} {{svg "octicon-star" 16}} {{.i18n.Tr "your_starred"}} {{svg "octicon-settings" 16}} {{.i18n.Tr "your_settings"}} {{if .IsAdmin}}
{{.i18n.Tr "admin_panel"}} {{end}}
{{svg "octicon-sign-out" 16}} {{.i18n.Tr "sign_out"}}
{{else}}
{{if .ShowRegistrationButton}} {{svg "octicon-person" 16}} {{.i18n.Tr "register"}} {{end}} {{svg "octicon-sign-in" 16}} {{.i18n.Tr "sign_in"}}
{{end}}