{{.locale.Tr "actions.runners.runner_title"}} {{.Runner.ID}} {{.Runner.Name}}

{{template "base/disable_form_autofill"}} {{.CsrfTokenHtml}}
{{.Runner.StatusLocaleName $.locale}}
{{if .Runner.LastOnline}}{{TimeSinceUnix .Runner.LastOnline $.locale}}{{else}}{{$.locale.Tr "never"}}{{end}}
{{range .Runner.AgentLabels}} {{.}} {{end}}
{{.Runner.BelongsToOwnerType.LocaleString $.locale}}

{{.locale.Tr "actions.runners.task_list"}}

{{range .Tasks}} {{end}} {{if not .Tasks}} {{end}}
{{.locale.Tr "actions.runners.task_list.run"}} {{.locale.Tr "actions.runners.task_list.status"}} {{.locale.Tr "actions.runners.task_list.repository"}} {{.locale.Tr "actions.runners.task_list.commit"}} {{.locale.Tr "actions.runners.task_list.done_at"}}
{{.ID}} {{.Status.LocaleString $.locale}} {{.GetRepoName}} {{ShortSha .CommitSHA}} {{if .IsStopped}} {{TimeSinceUnix .Stopped $.locale}} {{else}}-{{end}}
{{.locale.Tr "actions.runners.task_list.no_tasks"}}
{{template "base/paginate" .}}