{{define "cars.html"}} {{template "page_head"}} Cars — Railyard {{template "page_nav" .}}

Cars

Showing {{len .Cars}} car(s)

{{range .Cars}} {{else}} {{end}}
ID Title Status Type Track Pri Assignee Tokens Cycles Created
{{.ID}} {{truncate .Title 50}} {{.Status}} {{.Type}} {{.Track}} P{{.Priority}} {{if .Assignee}}{{.Assignee}}{{else}}—{{end}} {{if .TotalTokens}}{{commaFmt .TotalTokens}}{{else}}—{{end}} {{if .TotalCycles}}{{.TotalCycles}}{{else}}—{{end}} {{timeAgo .CreatedAt}}
No cars found
{{end}}