{{define "tag-list"}} {{if .}}
{{range .}} {{end}}
Tag Status Item
{{.TagCode}} {{if eq .Status "active"}}Active {{else if eq .Status "suspended"}}Suspended {{else if eq .Status "closed"}}Closed {{else}}Unset{{end}} {{if .ItemType.Valid}}{{.ItemType.String}}{{else}}—{{end}} {{if ne .Status "closed"}} Edit {{end}}
{{else}}

No tags yet. Enter your tag code above to claim it.

{{end}} {{end}}