{{define "badge_user"}} {{with .User}}
{{if gt .ID 0}}
{{call $.T "profile"}} {{ call $.T "my_notifications"}} ({{ .GetUnreadNotifications }}) {{call $.T "settings"}} {{if HasAdmin . }}{{call $.T "moderation"}}{{end}}
{{ template "csrf_field" $ }}
{{ else }} {{ call $.T "signin" }} {{end}}
{{end}} {{end}}