{{if .Session.Auths.Has "map" }}Map
{{end}} {{if .Session.Auths.Has "admin" }}Admin portal
{{end}} Change Password
Logout
{{if .Session.Auths.Has "upload" }}
  • Here are your existing upload tokens.
  • {{range .UploadTokens}}
  • {{$.Prefix}}/client/{{.}}
  • {{else}}
  • You have no tokens, generate one now!
  • {{end}}
Generate Token {{end}}