{{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}}
{{template "repo/issue/view_content/sidebar/reference" .}} {{if and .IsRepoAdmin (not .Repository.IsArchived)}}
{{template "repo/issue/view_content/sidebar/actions" .}} {{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}}