{{template "base/alert" .}}

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

{{template "base/disable_form_autofill"}} {{.CsrfTokenHtml}}
{{.Runner.StatusLocaleName $.locale}}
{{TimeSinceUnix .Runner.LastOnline $.locale}}
{{range .Runner.AgentLabels}} {{.}} {{end}}
{{.Runner.OwnType}}

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

{{.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 "runners.task_list.no_tasks"}}
{{template "base/paginate" .}}