{{template "base" .}} {{define "content"}} {{$d := .}}

{{$d.T.Get "account.title"}}

{{$d.Email}}

{{if $d.Error}}
{{$d.Error}}
{{end}} {{if $d.Success}}
{{$d.Success}}
{{end}}

{{$d.T.Get "account.sessions.title"}}

{{$d.T.Get "account.sessions.subtitle"}}

{{if $d.Sessions}}
{{range $d.Sessions}}
{{if or (contains .Device "iPhone") (contains .Device "Android")}}📱 {{else}}💻{{end}}
{{if .Device}}{{.Device}}{{else}}Unknown device{{end}} {{if .IsCurrent}}{{$d.T.Get "account.sessions.this_device"}}{{end}}
{{if .IPAddress}}{{.IPAddress}} · {{end}}{{$d.T.Get "account.sessions.signed_in"}} {{.CreatedAt.Format "02 Jan 2006, 15:04"}}
{{if not .IsCurrent}} {{end}}
{{end}}
{{else}}

{{$d.T.Get "account.sessions.none"}}

{{end}}

{{$d.T.Get "account.delete.title"}}

{{$d.T.Get "account.delete.subtitle"}}

{{if $d.HasPassword}} {{else}} {{end}}
{{end}}