{{template "base/alert" .}}
{{if .HasWorkflowsOrRuns}}
{{else}}
{{template "repo/actions/no_workflows" .}}
{{end}}
{{ctx.Locale.TrN .Page.Paginater.Total "actions.runs.workflow_run_count_1" "actions.runs.workflow_run_count_n" .Page.Paginater.Total}}
{{if .WorkflowDispatchConfig}}
{{template "repo/actions/workflow_dispatch" .}}
{{end}}
{{template "repo/actions/runs_list" .}}