{{template "base/head_course" .}}
{{/* 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/navber_course" .}}
{{$.i18n.Tr "org.all_keywords"}} {{range .CoursesKeywords}} {{if ne . ""}} {{.}} {{end}} {{end}}
{{template "org/course_list" .}} {{template "base/paginate" .}}

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

{{ range .tags}} {{if eq .TagName "精选项目"}} {{range $i, $v := .RepoList}} {{if gt $i 0}}
{{end}}
{{.Alias}}

{{if ne .CreatorID 0}} {{$.i18n.Tr "home.contributors"}} : {{.Creator.Name}} {{else}} {{$.i18n.Tr "home.contributors"}}:{{.Owner.Name}} {{end}}

{{end}} {{end}} {{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" .}}