{{define "categories.html"}} {{template "layout_head" .}} {{template "layout_mid" .}} {{$csrf := index . "CSRFToken"}}

Categories

{{range index . "Categories"}} {{end}}
NameColorActions
{{.Name}} {{.Color}}
{{if not .IsBuiltin}} {{else}} {{end}} {{if not .IsBuiltin}} {{else}} (built-in) {{end}}
{{/* Start the picker on a distinctive accent rather than the neutral #888888 fallback so a no-change Add doesn't produce a row whose hex blends into the body text. The schema and import-path defaults still resolve to #888888 for missing values. */}}

Rename category

Recolor category

Delete category ?

{{template "layout_end" .}} {{end}}