{{define "title"}}Account Settings{{end}} {{define "style"}} {{end}} {{define "content"}}
Name
{{ .account.Name }}
Address
{{if .account.Address1 }}
{{ .account.Address1 }}{{ if .account.Address2 }},{{ .account.Address2 }}{{ end }}
{{end}}
{{ .account.City }}, {{ .account.Region }}, {{ .account.Zipcode }}
{{ if .account.Country }}
{{ .account.Country }}
{{end}}
Timezone
{{.account.Timezone }}
Status
{{ if eq .account.Status.Value "active" }}
{{ .account.Status.Title }}
{{else}}
{{.account.Status.Title }}
{{end}}
ID
{{ .account.ID }}