Basic Authentication Access
You are accessing user management via basic authentication.
{{range .Users}}
{{else}}
{{end}}
{{if .IsAdmin}}
{{else}}
{{end}}
{{if .IsAdmin}}
Admin
{{else}}
User
{{end}}
Telegram ID:
{{if ne .TelegramID 0}}{{.TelegramID}}{{else}}Not set{{end}}
Joined:
{{.CreatedAt.Format "Jan 2, 2006"}}
{{if ne .ID $.CurrentUser.ID}}
{{else}}
This is you
{{end}}