";
// line 53
ob_start(function () { return ''; });
echo __("User Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
echo " ";
ob_start(function () { return ''; });
echo __("The Login Name of the user.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
echo $context["forms"]->getinput("userName", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "required maxlength='50'");
echo "
";
// line 57
ob_start(function () { return ''; });
echo __("Password");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 58
echo " ";
ob_start(function () { return ''; });
echo __("The Password for this user.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
echo $context["forms"]->getpassword("password", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "required");
echo "
";
// line 61
ob_start(function () { return ''; });
echo __("Email");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 62
echo " ";
ob_start(function () { return ''; });
echo __("The Email Address for this user.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 63
echo " ";
echo $context["forms"]->getemail("email", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 65
ob_start(function () { return ''; });
echo __("Homepage");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 66
echo " ";
ob_start(function () { return ''; });
echo __("Homepage for this user. This is the page they will be taken to when they login.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
echo $context["forms"]->getdropdown("homePageId", "single", ($context["title"] ?? null), 1, $this->getAttribute(($context["options"] ?? null), "homepage", []), "pageId", "title", ($context["helpText"] ?? null));
echo "
";
// line 69
ob_start(function () { return ''; });
echo __("User Type");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start(function () { return ''; });
echo __("What is this users type?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo " ";
echo $context["forms"]->getdropdown("userTypeId", "single", ($context["title"] ?? null), $this->getAttribute(($context["options"] ?? null), "defaultUserType", []), $this->getAttribute(($context["options"] ?? null), "userTypes", []), "userTypeId", "userType", ($context["helpText"] ?? null));
echo "
";
// line 73
ob_start(function () { return ''; });
echo __("Library Quota");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 74
echo " ";
ob_start(function () { return ''; });
echo __("The quota that should be applied. Enter 0 for no quota.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 75
echo "
";
// line 90
$context["attributes"] = [0 => ["name" => "data-live-search", "value" => "true"], 1 => ["name" => "data-selected-text-format", "value" => "count > 4"]];
// line 94
echo "
";
// line 95
ob_start(function () { return ''; });
echo __("Initial User Group");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 96
echo " ";
ob_start(function () { return ''; });
echo __("What is the initial user group for this user?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 97
echo " ";
echo $context["forms"]->getdropdown("groupId", "single", ($context["title"] ?? null), $this->getAttribute(($context["options"] ?? null), "defaultGroupId", []), $this->getAttribute(($context["options"] ?? null), "groups", []), "groupId", "group", ($context["helpText"] ?? null), "selectPicker", "", "", "", ($context["attributes"] ?? null));
echo "
";
// line 100
ob_start(function () { return ''; });
echo __("First Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 101
echo " ";
ob_start(function () { return ''; });
echo __("The User's First Name.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 102
echo " ";
echo $context["forms"]->getinput("firstName", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "maxlength='254'");
echo "
";
// line 104
ob_start(function () { return ''; });
echo __("Last Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 105
echo " ";
ob_start(function () { return ''; });
echo __("The User's Last Name.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 106
echo " ";
echo $context["forms"]->getinput("lastName", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "maxlength='254'");
echo "
";
// line 108
ob_start(function () { return ''; });
echo __("Phone Number");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 109
echo " ";
ob_start(function () { return ''; });
echo __("The User's Phone Number.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 110
echo " ";
echo $context["forms"]->getinput("phone", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "maxlength='254'");
echo "
";
// line 112
ob_start(function () { return ''; });
echo __("Reference 1");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 113
echo " ";
ob_start(function () { return ''; });
echo __("A reference field for custom user data");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 114
echo " ";
echo $context["forms"]->getinput("ref1", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "maxlength='254'");
echo "
";
// line 116
ob_start(function () { return ''; });
echo __("Reference 2");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 117
echo " ";
ob_start(function () { return ''; });
echo __("A reference field for custom user data");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 118
echo " ";
echo $context["forms"]->getinput("ref2", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "maxlength='254'");
echo "
";
// line 120
ob_start(function () { return ''; });
echo __("Reference 3");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 121
echo " ";
ob_start(function () { return ''; });
echo __("A reference field for custom user data");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 122
echo " ";
echo $context["forms"]->getinput("ref3", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "maxlength='254'");
echo "
";
// line 124
ob_start(function () { return ''; });
echo __("Reference 4");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 125
echo " ";
ob_start(function () { return ''; });
echo __("A reference field for custom user data");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 126
echo " ";
echo $context["forms"]->getinput("ref4", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "maxlength='254'");
echo "
";
// line 128
ob_start(function () { return ''; });
echo __("Reference 5");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 129
echo " ";
ob_start(function () { return ''; });
echo __("A reference field for custom user data");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 130
echo " ";
echo $context["forms"]->getinput("ref5", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "", "maxlength='254'");
echo "
";
// line 132
if (($this->getAttribute(($context["currentUser"] ?? null), "userTypeId", []) == 1)) {
// line 133
echo "
";
// line 134
ob_start(function () { return ''; });
echo __("Receive System Notifications?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 135
echo " ";
ob_start(function () { return ''; });
echo __("Should this User receive system notifications?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 136
echo " ";
echo $context["forms"]->getcheckbox("isSystemNotification", ($context["title"] ?? null), 0, ($context["helpText"] ?? null));
echo "
";
// line 138
ob_start(function () { return ''; });
echo __("Receive Display Notifications?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 139
echo " ";
ob_start(function () { return ''; });
echo __("Should this User receive Display notifications for Displays they have permission to see?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 140
echo " ";
echo $context["forms"]->getcheckbox("isDisplayNotification", ($context["title"] ?? null), 0, ($context["helpText"] ?? null));
echo "
";
}
// line 143
echo "
";
// line 144
ob_start(function () { return ''; });
echo __("Hide navigation?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 145
echo " ";
ob_start(function () { return ''; });
echo __("Should the navigation side bar be hidden for this User?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 146
echo " ";
echo $context["forms"]->getcheckbox("hideNavigation", ($context["title"] ?? null), 0, ($context["helpText"] ?? null));
echo "
";
// line 148
ob_start(function () { return ''; });
echo __("Hide User Guide?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 149
echo " ";
ob_start(function () { return ''; });
echo __("Should this User see the new user guide when they log in?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 150
echo " ";
echo $context["forms"]->getcheckbox("newUserWizard", ($context["title"] ?? null), 1, ($context["helpText"] ?? null));
echo "
";
// line 152
ob_start(function () { return ''; });
echo __("Force Password Change");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 153
echo " ";
ob_start(function () { return ''; });
echo __("Should this User be forced to change password next time they log in?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 154
echo " ";
echo $context["forms"]->getcheckbox("isPasswordChangeRequired", ($context["title"] ?? null), 0, ($context["helpText"] ?? null));
echo "