{{ template "layout.html" . }} {{ define "title" }} Dashboard {{ end }} {{ define "content" }}
Your Account:
CID
{{ .UserRecord.CID }}
Email
{{ .UserRecord.Email }}
First Name
{{ .UserRecord.FirstName }}
Last Name
{{ .UserRecord.LastName }}
Rating
{{ .UserRecord.NetworkRating.String }}
Password (primary) ?
Password (FSD) ?
{{ if .UserRecord.NetworkRating.IsSupervisorOrAbove }}
{{ end }}
{{ end }}