{{ define "main" }}
The account {{ .Account.Username }} was created on {{ .Account.Created }} and {{ if eq .Account.Created .Account.LastLogin }} never logged in. {{ else }} last logged in on {{ .Account.LastLogin }}. {{ end }}
{{ if .Account.IsAdmin }}This accounts has admin privileges on TfStated.
{{ end }} {{ if .Page.IsAdmin }}State | Created |
---|---|
{{ index $.StatePaths .StateId.String }} | {{ .Created }} |
This user account has not authored any change currently tracked by TfStated.
{{ end }} Go back to the user accounts list {{ end }}