{{if .tags}}
{{.i18n.Tr "org.selected_project"}}
{{if .IsOrganizationOwner}}
{{svg "octicon-gear" 16}}{{.i18n.Tr "org.customize"}}
{{end}} {{end}}
{{ range .tags}} {{if eq .TagName "精选项目"}}
{{ range .RepoList}}
{{if .Alias}}{{.Alias}}{{else}}{{.Name}}{{end}}
{{.Description}}
{{if .Topics }}
{{range .Topics}} {{if ne . "" }}
{{.}}
{{end}} {{end}}
{{end}}
{{svg "octicon-eye" 16}} {{.NumWatches}}
{{svg "octicon-star" 16}} {{.NumStars}}
{{svg "octicon-git-branch" 16}} {{.NumForks}}
{{end}}
{{end}} {{end}}
{{.i18n.Tr "org.custom_select_projects"}}
{{.i18n.Tr "org.max_selectedPro"}}
{{.i18n.Tr "explore.save"}}
{{.i18n.Tr "explore.cancel"}}