{{range .Milestones}}
                        
                            
                                
                            
                            
                            {{if and (or $.CanWriteIssues $.CanWritePulls) (not $.Repository.IsArchived)}}
                                 
                    {{end}}
                    {{template "base/paginate" .}}
                
			{{.Repo.FullName}}
							{{svg "octicon-milestone"}} {{.Name}}
                            
                                    {{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}}