{{template "base/alert" .}}

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

{{range .Runners}} {{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.latest_online"}}
{{.StatusName}} {{if .Editable $.RunnerOnwerID $.RunnerRepoID}} #{{.ID}} {{.Name}} {{else}}

#{{.ID}} {{.Name}}

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