package templates templ ProfileForm(user User, actionURL string, requireCurrentPassword bool, showRoleField bool, showCancelButton bool) {
@Icon("user", "h-5 w-5")

Account Information

if showRoleField {
}
@Icon("shield", "h-5 w-5")

Change Password

if requireCurrentPassword {
} else {

As an admin, you can change this user's password without knowing their current password.

}
if showCancelButton { }
}