{{if $.ShowRepoOwnerAvatar}}
{{ctx.AvatarUtils.Avatar .Owner 24}}
{{else}}
{{template "repo/icon" .}}
{{end}}
{{$description := .DescriptionHTML ctx}}
{{if $description}}
{{$description}}
{{end}}
{{if .Topics}}
{{range .Topics}}
{{if ne . ""}}
{{.}}{{end}}
{{end}}
{{end}}
{{ctx.Locale.Tr "org.repo_updated"}} {{DateUtils.TimeSince .UpdatedUnix}}