{{if not .Runs}}
{{svg "octicon-no-entry" 48}}

{{if $.IsFiltered}}{{ctx.Locale.Tr "actions.runs.no_results"}}{{else}}{{ctx.Locale.Tr "actions.runs.no_runs"}}{{end}}

{{end}} {{range .Runs}}
{{template "repo/actions/status" (dict "status" .Status.String)}}
{{if .Title}}{{.Title}}{{else}}{{ctx.Locale.Tr "actions.runs.empty_commit_message"}}{{end}}
{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}: {{- if .ScheduleID -}} {{ctx.Locale.Tr "actions.runs.scheduled"}} {{- else -}} {{ctx.Locale.Tr "actions.runs.commit"}} {{ShortSha .CommitSHA}} {{ctx.Locale.Tr "actions.runs.pushed_by"}} {{.TriggerUser.GetDisplayName}} {{- end -}}
{{if .RefLink}} {{.PrettyRef}} {{else}} {{.PrettyRef}} {{end}}
{{svg "octicon-calendar" 16}}{{TimeSinceUnix .Updated ctx.Locale}}
{{svg "octicon-stopwatch" 16}}{{.Duration}}
{{end}}
{{template "base/paginate" .}}