{{ctx.AvatarUtils.Avatar .Org 100 "org-avatar"}}

{{.Org.DisplayName}}

{{if .Org.Visibility.IsLimited}}{{ctx.Locale.Tr "org.settings.visibility.limited_shortname"}}{{end}} {{if .Org.Visibility.IsPrivate}}{{ctx.Locale.Tr "org.settings.visibility.private_shortname"}}{{end}}
{{if .IsSigned}} {{template "org/follow_unfollow" .}} {{end}} {{if .IsOrganizationMember}} {{ctx.Locale.Tr "org.open_dashboard"}} {{end}} {{$moderationEntryNeeded := and .IsModerationEnabled .IsSigned (not .IsOrganizationOwner)}} {{if or .EnableFeed $moderationEntryNeeded}} {{end}}
{{if .RenderedDescription}}
{{.RenderedDescription}}
{{end}}
{{if .Org.Location}}
{{svg "octicon-location"}} {{.Org.Location}}
{{end}} {{if .Org.Website}}
{{svg "octicon-link"}} {{.Org.Website}}
{{end}} {{if .IsSigned}} {{if .Org.Email}}
{{svg "octicon-mail"}} {{.Org.Email}}
{{end}} {{end}}
{{template "org/menu" .}}