{{define "user-profile"}} {{if .LoginName}}
{{if .DisplayName}}
{{.DisplayName}}
{{end}}
{{.LoginName}}
{{end}} {{end}}