{{ctx.Locale.Tr "actions.runners.runner_title"}} {{.Runner.ID}} {{.Runner.Name}}

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

{{ctx.Locale.Tr "actions.runners.task_list"}}

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