{{template "repo/issue/view_content/sidebar/branch_selector_field" .}} {{if .Issue.IsPull}} {{template "repo/issue/view_content/sidebar/pull_review" .}} {{template "repo/issue/view_content/sidebar/pull_wip" .}}
{{end}} {{template "repo/issue/labels/labels_selector_field" .}} {{template "repo/issue/labels/labels_sidebar" dict "root" $}}
{{template "repo/issue/view_content/sidebar/milestones" .}}
{{template "repo/issue/view_content/sidebar/projects" .}}
{{template "repo/issue/view_content/sidebar/assignees" .}}
{{if .Participants}} {{template "repo/issue/view_content/sidebar/participants" .}} {{end}} {{if and $.IssueWatch (not .Repository.IsArchived)}}
{{template "repo/issue/view_content/sidebar/watch" .}} {{end}} {{if .Repository.IsTimetrackerEnabled $.Context}} {{template "repo/issue/view_content/sidebar/timetracking" .}} {{end}}
{{template "repo/issue/view_content/sidebar/due_deadline" .}} {{if .Repository.IsDependenciesEnabled $.Context}}
{{template "repo/issue/view_content/sidebar/dependencies" .}} {{end}}
{{$issueReferenceLink := printf "%s#%d" .Issue.Repo.FullName .Issue.Index}}
{{ctx.Locale.Tr "repo.issues.reference_link" $issueReferenceLink}}
{{if and .IsRepoAdmin (not .Repository.IsArchived)}}
{{if or .PinEnabled .Issue.IsPinned}}
{{$.CsrfTokenHtml}}
{{end}} {{end}} {{if and .Issue.IsPull .IsIssuePoster (not .Issue.IsClosed) .Issue.PullRequest.HeadRepo}} {{if and (not (eq .Issue.PullRequest.HeadRepo.FullName .Issue.PullRequest.BaseRepo.FullName)) .CanWriteToHeadRepo}}
{{end}} {{end}}