{{ import "csrf" }} {{block badge_user()}}
{{if User.ID > 0 }}
{{ T("profile")}} {{ T("my_notifications")}} {{if User.GetUnreadNotifications() > 0}}({{ User.GetUnreadNotifications() }}){{end}} {{ T("settings")}} {{if User.HasAdmin()}} {{ T("moderation")}} {{end}}
{{ yield csrf_field() }}
{{ else }}
{{ T("signin") }}
{{end}}
{{end}}