% local form = ... require("viewfunctions") %> <% io.write("
ID | S | Submitted | Severity | Description |
---|---|---|---|---|
<% io.write(v.number or "") %> | <% io.write(string.sub(v.state,1,1) or "") %> | <% io.write(v.submit_date or "") %> | <% io.write(v.severity or "")%> | <% io.write(v.synopsis) %> |