{{define "title"}}Account Settings{{end}} {{define "style"}} {{end}} {{define "content"}}

Account

Account Details

Name
{{ .account.Name }}

{{ if .account.City }}

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}}

{{end}}

Timezone
{{.account.Timezone }}

Status
{{ if eq .account.Status.Value "active" }} {{ .account.Status.Title }} {{else}} {{.account.Status.Title }} {{end}}

ID
{{ .account.ID }}

{{end}} {{define "js"}} {{end}}