{{.CsrfTokenHtml}} {{if .Flash}}
{{template "base/alert" .}}
{{end}}
{{template "shared/user/avatarlink" Dict "Context" $.Context "user" .SignedUser}}
{{if .PageIsComparePull}}
{{.locale.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0| Escape) | Safe}}
{{end}}
{{template "repo/issue/comment_tab" .}}
{{template "repo/issue/branch_selector_field" .}} {{template "repo/issue/labels/labels_sidebar" dict "root" $ "ctx" .}}
{{.locale.Tr "repo.issues.new.no_milestone"}}
{{if .IsProjectsEnabled}}
{{.locale.Tr "repo.issues.new.no_projects"}}
{{end}}
{{.locale.Tr "repo.issues.new.no_assignees"}} {{range .Assignees}} {{avatar $.Context . 28 "gt-mr-3 gt-vm"}}{{.GetDisplayName}} {{end}}
{{if and .PageIsComparePull (not (eq .HeadRepo.FullName .BaseCompareRepo.FullName)) .CanWriteToHeadRepo}}
{{end}}