{{if .Location}}
							{{svg "octicon-location" 16}} {{.Location}}
						{{end}}
						{{if and $.ShowUserEmail .Email $.IsSigned (not .KeepEmailPrivate)}}
							{{svg "octicon-mail" 16}}
							{{.Email}}
						{{end}}
						{{svg "octicon-clock" 16}} {{$.i18n.Tr "user.join_on"}} {{.CreatedUnix.FormatShort}}