{{template "base/alert" .}}

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

{{range .Runners}} {{end}}
{{.locale.Tr "admin.runners.status"}} {{.locale.Tr "admin.runners.id"}} {{.locale.Tr "admin.runners.owner_type"}} {{.locale.Tr "admin.runners.labels"}} {{.locale.Tr "admin.runners.latest_online"}}
{{.StatusType}} #{{.ID}} {{.Name}} {{.OwnType}} {{range .AllLabels}} {{.}} {{end}} {{TimeSinceUnix .LastOnline $.locale}} {{if .Editable $.RunnerOnwerID $.RunnerRepoID}} {{svg "octicon-pencil"}} {{end}}
{{template "base/paginate" .}}