{{$notificationUnreadCount := 0}} {{if and .IsSigned .NotificationUnreadCount}} {{$notificationUnreadCount = call .NotificationUnreadCount}} {{end}} {{if .IsSigned}} {{svg "octicon-bell"}} {{$notificationUnreadCount}} {{end}} {{svg "octicon-three-bars"}} {{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"}} {{svg "octicon-tools"}} {{ctx.Locale.Tr "your_settings"}} {{if .IsAdmin}} {{svg "octicon-server"}} {{ctx.Locale.Tr "admin_panel"}} {{end}} {{svg "octicon-sign-out"}} {{ctx.Locale.Tr "sign_out"}} {{else}} {{svg "octicon-sign-in"}}Sign In{{.i18n.Tr "sign_in"}} {{end}}