{{template "base/head" .}}
{{/* overflow: auto is the clearfix - this avoids the image going beyond the container where it is supposed to stay inside. */}}
{{.Org.DisplayName}}
{{if .Org.Description}}

{{.Org.Description}}

{{end}}
{{if .Org.Location}}
{{svg "octicon-location" 16}} {{.Org.Location}}
{{end}} {{if .Org.Website}}
{{svg "octicon-link" 16}} {{.Org.Website}}
{{end}}
{{template "org/course_list" .}} {{template "base/paginate" .}}

{{.i18n.Tr "org.selected_couse"}}

{{range $i, $v := .RecommendCourses}} {{if gt $i 0}}
{{end}}
{{.Alias}}

贡献者:{{.Creator.Name}}

{{end}}

{{.i18n.Tr "org.people"}}

{{$isMember := .IsOrganizationMember}} {{range .Members}} {{if or $isMember (.IsPublicMember $.Org.ID)}} {{end}} {{end}}
{{if .IsOrganizationMember}} {{if .IsOrganizationOwner}} {{end}} {{end}}
{{template "base/footer" .}}