{{define "cars.html"}}
{{template "page_head"}}Showing {{len .Cars}} car(s)
| 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 | |||||||||