{{template "base/alert" .}}
		
			
					
				
			{{end}}
		
		
				{{if .Repository.DescriptionHTML}}{{.Repository.DescriptionHTML}}{{else if .IsRepositoryAdmin}}{{.i18n.Tr "repo.no_desc"}}{{end}}
				{{.Repository.Website}}
			
			{{if .RepoSearchEnabled}}
				
		{{range .Topics}}{{.Name}}{{end}}
		{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}{{.i18n.Tr "repo.topic.manage_topics"}}{{end}}
		
		{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
		
		{{end}}
		
			{{.i18n.Tr "repo.topic.count_prompt"}}
			{{.i18n.Tr "repo.topic.format_prompt"}}
		
		{{if .Repository.IsArchived}}
			
		{{end}}
		{{template "repo/sub_menu" .}}
		
		{{if .IsViewFile}}
			{{template "repo/view_file" .}}
		{{else if .IsBlame}}
			{{template "repo/blame" .}}
		{{else}}
			{{template "repo/view_list" .}}
		{{end}}