User Management
Manage user accounts and permissions
| Username | Role | Created | Actions | |
|---|---|---|---|---|
|
{user.Username}
if user.ID == currentUser.ID {
You
}
|
{user.Email}
|
if user.Role == "admin" && adminCount == 1 {
|
{ user.CreatedAt.Format("2006-01-02") }
|
if user.Role == "admin" && adminCount == 1 { } else { } |