{{define "tag-list"}} {{if .}}
| 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}} |
No tags yet. Enter your tag code above to claim it.
{{end}} {{end}}