{{if .IsSigned}}
{{.i18n.Tr "index"}}
{{.i18n.Tr "issues"}} {{.i18n.Tr "pull_requests"}} {{.i18n.Tr "milestones"}}
{{.i18n.Tr "custom.head.project"}} {{.i18n.Tr "custom.head.dataset"}}
{{.i18n.Tr "explore"}}
{{.i18n.Tr "explore.users"}} {{.i18n.Tr "explore.organizations"}} {{.i18n.Tr "explore.images"}} {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} {{.i18n.Tr "custom.head.openi.repo"}}
{{else if .IsLandingPageHome}}
{{.i18n.Tr "home"}}
{{.i18n.Tr "issues"}} {{.i18n.Tr "pull_requests"}} {{.i18n.Tr "milestones"}}
{{.i18n.Tr "custom.head.project"}} {{.i18n.Tr "custom.head.dataset"}}
{{.i18n.Tr "explore"}}
{{.i18n.Tr "explore.users"}} {{.i18n.Tr "explore.organizations"}} {{.i18n.Tr "explore.images"}} {{if .IsOperator}} {{.i18n.Tr "explore.data_analysis"}} {{end}} {{.i18n.Tr "custom.head.openi"}}
{{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"}} {{.i18n.Tr "custom.Platform_Tutorial"}} {{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}}