<% local form, viewlibrary, page_info = ... require("viewfunctions") %>

Settings for <%= html.html_escape(form.value.fullname.value) %> (<%= html.html_escape(form.value.username.value) %>)

<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action if page_info.action ~= "createuser" then form.value.username.readonly = true end form.value["vm-password"].type = "password" form.value["vm-password-confirm"].type = "password" local order = {"username", "fullname", "vm-password", "vm-password-confirm", "vm-mailto", "vm-email-all-messages", "vm-attach-file", "vm-keep-local-after-email", "vm-notify-mailto", "vm-notify-email-all-messages", "vm-say-caller-id", "vm-say-envelope"} displayform(form, order) %>