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