{{template "base/alert" .}}
		
		
		
			{{range .Milestones}}
				
					{{svg "octicon-milestone"}} {{.Name}}
					
						
					
					
					{{if and (or $.CanWriteIssues $.CanWritePulls) (not $.Repository.IsArchived)}}
						 
			{{end}}
			{{template "base/paginate" .}}
		
	
							{{svg "octicon-pencil"}} {{$.i18n.Tr "repo.issues.label_edit"}}
							{{if .IsClosed}}
								{{svg "octicon-check"}} {{$.i18n.Tr "repo.milestones.open"}}
							{{else}}
								{{svg "octicon-x"}} {{$.i18n.Tr "repo.milestones.close"}}
							{{end}}
							{{svg "octicon-trashcan"}} {{$.i18n.Tr "repo.issues.label_delete"}}
						
					{{end}}
					{{if .Content}}
						
							{{.RenderedContent|Str2html}}
						
					{{end}}