package adminview import "fmt" templ ConfirmDeleteRole(roleID int, roleName string) {

Delete Role

Are you sure you want to delete the role { roleName }? This action cannot be undone and will remove this role from all users who have it assigned.

}