{{template "repo/issue/navbar" .}}
			
			{{if and (not .Repository.IsArchived) (not .Issue.IsPull)}}
				
					{{if .PageIsIssueList}}
						{{.i18n.Tr "repo.issues.new"}}
					{{else}}
						{{.i18n.Tr "repo.pulls.new"}}
					{{end}}
				
			{{end}}
		
				{{template "repo/issue/view_content" .}}
			
		{{else}}
			
				{{template "repo/issue/view_content" .}}
			
		{{end}}