{{if $.LatestCommitStatus}} {{if not $.Issue.PullRequest.HasMerged}}
{{if eq .LatestCommitStatus.State "pending"}} {{$.i18n.Tr "repo.pulls.status_checking"}} {{else if eq .LatestCommitStatus.State "success"}} {{$.i18n.Tr "repo.pulls.status_checks_success"}} {{else if eq .LatestCommitStatus.State "warning"}} {{$.i18n.Tr "repo.pulls.status_checks_warning"}} {{else if eq .LatestCommitStatus.State "failure"}} {{$.i18n.Tr "repo.pulls.status_checks_failure"}} {{else if eq .LatestCommitStatus.State "error"}} {{$.i18n.Tr "repo.pulls.status_checks_error"}} {{else}} {{$.i18n.Tr "repo.pulls.status_checking"}} {{end}}
{{end}} {{range $.LatestCommitStatuses}}
{{template "repo/commit_status" .}} {{.Context}} {{.Description}}
{{if $.is_context_required}} {{if (call $.is_context_required .Context)}}
{{$.i18n.Tr "repo.pulls.status_checks_requested"}}
{{end}} {{end}} {{if .TargetURL}}{{$.i18n.Tr "repo.pulls.status_checks_details"}}{{end}}
{{end}} {{end}}