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

{{template "shared/searchinput" dict "Value" .Keyword}}
{{if .Runners}} {{range .Runners}} {{end}} {{else}} {{end}}
{{ctx.Locale.Tr "actions.runners.status"}} {{SortArrow "online" "offline" .SortType false}} {{ctx.Locale.Tr "actions.runners.id"}} {{SortArrow "oldest" "newest" .SortType false}} {{ctx.Locale.Tr "actions.runners.name"}} {{SortArrow "alphabetically" "reversealphabetically" .SortType false}} {{ctx.Locale.Tr "actions.runners.version"}} {{ctx.Locale.Tr "actions.runners.owner_type"}} {{ctx.Locale.Tr "actions.runners.labels"}} {{ctx.Locale.Tr "actions.runners.last_online"}} {{ctx.Locale.Tr "edit"}}
{{.StatusLocaleName ctx.Locale}} {{.ID}}

{{.Name}}

{{if .Version}}{{.Version}}{{else}}{{ctx.Locale.Tr "unknown"}}{{end}} {{.BelongsToOwnerType.LocaleString ctx.Locale}} {{range .AgentLabels}}{{.}}{{end}} {{if .LastOnline}}{{TimeSinceUnix .LastOnline ctx.Locale}}{{else}}{{ctx.Locale.Tr "never"}}{{end}} {{if .Editable $.RunnerOwnerID $.RunnerRepoID}} {{svg "octicon-pencil"}} {{end}}
{{ctx.Locale.Tr "actions.runners.none"}}
{{template "base/paginate" .}}