{{$notificationUnreadCount := 0}} {{if and .IsSigned .NotificationUnreadCount}} {{$notificationUnreadCount = call .NotificationUnreadCount}} {{end}} {{if .IsSigned}} {{svg "octicon-bell"}} {{$notificationUnreadCount}} {{end}} {{svg "octicon-three-bars"}} {{if .IsSigned}} {{ctx.Locale.Tr "explore"}} {{else}} {{ctx.Locale.Tr "explore"}} {{end}} {{template "custom/extra_links" .}} {{if not .IsSigned}} {{ctx.Locale.Tr "help"}} {{end}} {{if .IsSigned}} {{svg "octicon-bell"}} {{$notificationUnreadCount}} {{ctx.AvatarUtils.Avatar .SignedUser 24 "tw-mr-1"}} {{.SignedUser.Name}} {{svg "octicon-triangle-down"}} {{ctx.Locale.Tr "signed_in_as"}} {{.SignedUser.Name}} {{svg "octicon-person"}} {{ctx.Locale.Tr "your_profile"}} {{if not .DisableStars}} {{svg "octicon-star"}} {{ctx.Locale.Tr "your_starred"}} {{end}} {{svg "octicon-bell"}} {{ctx.Locale.Tr "notification.subscriptions"}} {{svg "octicon-tools"}} {{ctx.Locale.Tr "your_settings"}} {{svg "octicon-question"}} {{ctx.Locale.Tr "help"}} {{if .IsAdmin}} {{svg "octicon-server"}} {{ctx.Locale.Tr "admin_panel"}} {{end}} {{svg "octicon-sign-out"}} {{ctx.Locale.Tr "sign_out"}} {{else}} {{if .ShowRegistrationButton}} {{svg "octicon-person"}} {{ctx.Locale.Tr "register"}} {{end}} {{svg "octicon-sign-in"}} {{ctx.Locale.Tr "sign_in"}} {{end}}