{{define "account_status"}} {{.Account.Status}} {{if ne (string .Account.Status) "deleted"}} {{if eq (string .Account.Status) "active"}} {{else}} {{end}} {{end}} {{end}}