<% local data = ... %> <% --[[ io.write(html.cfe_unpack(data)) --]] %>

MANAGEMENT

Program control-panel
> > >
<% if data.value.result then %>
Previous action result
<% if data.value.result.descr then %>

<%= string.gsub(data.value.result.descr, "\n", "
") %>

<% end if data.value.result.errtxt then %>

<%= string.gsub(data.value.result.errtxt, "\n", "
") %>

<% end end %>