<% for i, k in pairs(self.children) do %>
<%=k.title%>
<% end %>
<% for i, k in pairs(self.children) do %>
<%=k.description%>
<% end %>
<% for i, k in ipairs(self:cfgsections()) do%>
<% if not self.anonymous then %>
<%=k%>
<% end %>
<%
section = k
scope = {valueheader = "cbi/tiny_valueheader", valuefooter = "cbi/tiny_valuefooter"}
%>
<%+cbi/ucisection%>
<% if self.addremove then %>
<% end %>
<% end %>
<% if self.addremove then %>
<% end %>