{{template "repo/header" .}}
{{template "repo/issue/navbar" .}} {{template "repo/issue/search" .}} {{if not .Repository.IsArchived}} {{if .PageIsIssueList}} {{.locale.Tr "repo.issues.new"}} {{else}} {{.locale.Tr "repo.pulls.new"}} {{end}} {{else}} {{if not .PageIsIssueList}} {{$.locale.Tr "action.compare_commits_general"}} {{end}} {{end}}
{{if $.CanWriteIssuesOrPulls}} {{end}} {{template "repo/issue/openclose" .}}
{{template "repo/issue/openclose" .}}
{{template "shared/issuelist" dict "." . "listType" "repo"}}