{{if .PinnedIssues}}
{{range .PinnedIssues}}
{{end}}
{{if eq $.Project.CardType 1}}
{{if or .Labels .Assignees}}
{{end}}
{{end}}
{{.Title | RenderEmoji $.Context | RenderCodeBlock}}
{{if $.IsRepoAdmin}}
{{svg "octicon-x" 16}}
{{end}}
{{- if .MilestoneID}}
{{- end}}
{{range .Labels}}
{{RenderLabel $.Context .}}
{{end}}
{{end}}
{{range .Assignees}}
{{avatar $.Context . 28 "mini gt-mr-3"}}
{{end}}
{{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}}
{{template "repo/issue/filters" .}}
{{template "shared/issuelist" dict "." . "listType" "repo"}}