{{template "base/alert" .}}
{{if .HasWorkflowsOrRuns}}
{{if $.CurWorkflowDispatch}}
{{template "repo/actions/dispatch" .}}
{{end}}
{{template "repo/actions/runs_list" .}}
{{else}}
{{template "repo/actions/no_workflows" .}}
{{end}}