{{template "repo/issue/branch_selector_field" .}}
		
		{{template "repo/issue/labels/labels_selector_field" .}}
		{{template "repo/issue/labels/labels_sidebar" dict "root" $}}
		
		
		
			
				{{ctx.Locale.Tr "repo.issues.new.milestone"}}
				{{if .HasIssuesOrPullsWritePermission}}
					{{svg "octicon-gear" 16 "gt-ml-2"}}
				{{end}}
			
			
		
		
			{{ctx.Locale.Tr "repo.issues.new.no_milestone"}}
			
				{{if .Milestone}}
					
				{{end}}
			
		 
		{{if .IsProjectsEnabled}}
		
		
		
			
				{{ctx.Locale.Tr "repo.issues.new.projects"}}
				{{if .HasIssuesOrPullsWritePermission}}
					{{svg "octicon-gear" 16 "gt-ml-2"}}
				{{end}}
			
			
		
		
			{{ctx.Locale.Tr "repo.issues.new.no_projects"}}
			
				{{if .Project}}
					
				{{end}}
			
		 
		{{end}}
		
			
			
				
					{{ctx.Locale.Tr "repo.issues.new.assignees"}}
					{{if .HasIssuesOrPullsWritePermission}}
						{{svg "octicon-gear" 16 "gt-ml-2"}}
					{{end}}
				
				
			
			
				
					{{ctx.Locale.Tr "repo.issues.new.no_assignees"}}
				
				
			 
		{{if and .PageIsComparePull (not (eq .HeadRepo.FullName .BaseCompareRepo.FullName)) .CanWriteToHeadRepo}}
			
			
		{{end}}