@Icon("users", "h-5 w-5")
User Management
Manage user accounts and permissions
| Username | Role | Created | Actions | |
|---|---|---|---|---|
|
@Icon("user", "h-4 w-4")
{ user.Username }
if user.ID == currentUser.ID {
You
}
|
{ user.Email }
|
if user.Role == "admin" && adminCount == 1 {
|
{ FormatInTimezone(user.CreatedAt, currentUser.Timezone) }
|
if user.Role == "admin" && adminCount == 1 {
} else {
}
|