{{if eq .SignedUserName .Owner.Name}}
{{ctx.AvatarUtils.Owner 290}}
{{else}}
{{ctx.AvatarUtils.Owner 290}}
{{end}}
{{if .Owner.FullName}}{{.Owner.FullName}}{{end}}
{{.Owner.Name}}
-
{{if .Owner.Location}}
- {{svg "octicon-location"}} {{.Owner.Location}} {{end}} {{if .ShowUserEmail }}
- {{svg "octicon-mail"}} {{.Owner.Email}} {{end}} {{if .Owner.Website}}
- {{svg "octicon-link"}} {{.Owner.Website}} {{end}} {{if $.RenderedDescription}}
-
{{$.RenderedDescription|Str2html}}
{{end}}
{{range .OpenIDs}}
{{if .Show}}
- {{svg "fontawesome-openid"}} {{.URI}} {{end}} {{end}}
- {{svg "octicon-clock"}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}} {{if .Orgs}}
-
-
{{range .Orgs}}
{{if or (.Visibility.IsPublic) ($.IsAdmin)}}
- {{ctx.AvatarUtils .}} {{end}} {{end}}
{{end}}