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