{{define "title"}}Manage{{end}} {{define "content"}}

← Back to upload

Manage lists

Rename fixes the label everywhere it's used (receipts reference these by id). Adding a new entry creates a fresh id.

{{if .Error}}
{{.Error}}
{{end}}

Categories

{{range .Categories}}
{{end}}

Who

{{if not .People}}

No entries yet — add one below.

{{end}} {{range .People}}
{{end}}
{{end}}