{{template "base/alert" .}}

{{.locale.Tr "actions.runners.runner_manage_panel"}} ({{.locale.Tr "admin.total" .Total}})

{{if .Runners}} {{range .Runners}} {{end}} {{else}} {{end}}
{{.locale.Tr "actions.runners.status"}} {{.locale.Tr "actions.runners.id"}} {{.locale.Tr "actions.runners.owner_type"}} {{.locale.Tr "actions.runners.labels"}} {{.locale.Tr "actions.runners.last_online"}}
{{.StatusLocaleName $.locale}} {{if .Editable $.RunnerOnwerID $.RunnerRepoID}} {{template "shared/actions/runner_id" .ID}} {{.Name}} {{else}}

{{template "shared/actions/runner_id" .ID}} {{.Name}}

{{end}}
{{.OwnType}} {{range .AllLabels}} {{.}} {{end}} {{if .LastOnline}}{{TimeSinceUnix .LastOnline $.locale}}{{else}}{{$.locale.Tr "never"}}{{end}} {{if .Editable $.RunnerOnwerID $.RunnerRepoID}} {{svg "octicon-pencil"}} {{end}}
{{.locale.Tr "actions.runners.none"}}
{{template "base/paginate" .}}