{{template "base/head" .}} {{$showCreateWorkflowBadge := Iif .WorkflowBadge true false}} {{$showEnableDisableWorkflow := and .AllowDisableOrEnableWorkflow .CurWorkflowIsListed $.CurWorkflow}}
{{template "repo/header" .}}
{{template "base/alert" .}} {{if .HasWorkflowsOrRuns}}
{{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" dict "ActionRunListData" $.ActionRunListData}} {{template "base/paginate" dict "Page" $.Page}}
{{else}} {{template "repo/actions/no_workflows" .}} {{end}}
{{if $showCreateWorkflowBadge}} {{end}} {{template "base/footer" .}}