{{.i18n.Tr "repo.issues.new.no_label"}} {{range .Labels}} {{end}}
{{.i18n.Tr "repo.issues.new.no_milestone"}}
{{if .Issue.Milestone}} {{.Issue.Milestone.Name | Sanitize}} {{end}}
{{.i18n.Tr "repo.issues.new.no_assignee"}}
{{if .Issue.Assignee}} {{.Issue.Assignee.Name}} {{end}}
{{.i18n.Tr "repo.issues.num_participants" .NumParticipants}}
{{range .Participants}} {{end}}
{{if $.IssueWatch}}
{{.i18n.Tr "notification.notifications"}}
{{$.CsrfTokenHtml}}
{{end}}
{{.i18n.Tr "repo.issues.dependency.title"}}
{{if .BlockedByDependencies}} {{if .Issue.IsPull}} Closing this pull request is blocked by: {{else}} Closing this issue is blocked by: {{end}}
{{range .BlockedByDependencies}}
{{if .IsClosed}}
{{else}}
{{end}}
#{{.Index}}
{{.Title}}
{{end}}
{{end}} {{if .BlockingDependencies}}
{{if .Issue.IsPull}} This pull request blocks closing of the following issues: {{else}} This issue blocks closing of the following issues: {{end}} {{range .BlockingDependencies}}
{{if .IsClosed}}
{{else}}
{{end}}
#{{.Index}}
{{.Title}}
{{end}}
{{end}} {{if (and (not .BlockedByDependencies) (not .BlockingDependencies))}}

{{.i18n.Tr "repo.issues.dependency.no_dependencies"}}

{{end}}