1 <div class=
"cbi-tsection" id=
"cbi-<%=self.config%>-<%=self.sectiontype%>">
2 <h2><%=self.title%
></h2>
3 <div class=
"cbi-tsection-descr"><%=self.description%
></div>
4 <% for k, v in pairs(self:ucisections()) do%
>
5 <fieldset class=
"cbi-tsection-node" id=
"cbi-<%=self.config%>-<%=k%>">
6 <% if not self.anonymous then %
><legend><%=k%
></legend><% end %
>
7 <% self:render_children(k) %
>