{{ define "content" }}
Date | Type | {{ if eq $.PageItems.Com "STS" }}STS Token | {{ end }}Units | Arrears | Services | Paid |
---|---|---|---|---|---|---|
{{ .Created | formatDate }} | {{ .Type }} | {{ if eq $.PageItems.Com "STS" }}{{ .STSToken | formatSTS}} | {{ end }}{{ .Units | printf "%6.1f" }} kWh | {{ $.PageItems.PreMoney }}{{ .Arrears | printf "%6.2f" }}{{ $.PageItems.PostMoney }} | {{ $.PageItems.PreMoney }}{{ .Services | printf "%6.2f" }}{{ $.PageItems.PostMoney }} | {{ $.PageItems.PreMoney }}{{ .Amount | printf "%6.2f" }}{{ $.PageItems.PostMoney }} |
Date | Usage |
---|---|
{{ .BillingTimeStamp | formatDate }} | {{ .Usage }} kWh |