<% local form, viewlibrary, page_info = ... require("viewfunctions") %> <% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(form)) io.write("
") --]] %>

<%= form.label %><% if page_info.action == "update" then io.write(" - "..form.value.name.value) end %>

<% if page_info.action == "update" then form.value.name.contenteditable = false end local order = {"name", "comment", "auto", "family", "method", "pre-up", "up", "down", "post-down"} displayform(form, order) %>