{{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}} {{ call $.T "sign_out"}}
{{ else }} {{ call $.T "signin" }} {{end}}
{{end}} {{end}}