package templates templ ProfileForm(user User, actionURL string, requireCurrentPassword bool, showRoleField bool, showCancelButton bool) {

Account Information

if showRoleField {
}

Change Password

if requireCurrentPassword {
} else {

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

}
if showCancelButton { }
}