{{- $itemExtraClass := .ItemExtraClass -}} {{- $data := .PageGlobalData -}} {{if and $data $data.IsSigned}}{{/* data may not exist, for example: rendering 503 page before the PageGlobalData middleware */}} {{- $activeStopwatch := call $data.GetActiveStopwatch -}} {{- $notificationUnreadCount := call $data.GetNotificationUnreadCount -}} {{if $activeStopwatch}}
{{svg "octicon-stopwatch"}}
{{end}}
{{svg "octicon-bell"}} {{$notificationUnreadCount}}
{{if $data.IsSiteAdmin}} {{svg "octicon-server"}} {{end}} {{end}}