<% if self.title and #self.title > 0 then -%>
<%=self.title%>
<%- end %>
<%=self.description%>
<%- if self.split then -%>
<%- end -%> <% local isempty = true for i, k in ipairs(self:cfgsections()) do -%> <% if self.addremove then -%>
<%- end %> <%- section = k; isempty = false -%> <% if not self.anonymous then -%>
<%=section:upper()%>
<%- end %> <%+cbi/tabmenu%>
<%+cbi/ucisection%>
<%- if self.split then -%>
<%- end -%>
<%- end %> <% if isempty then -%>
<%:This section contains no values yet%>
<%- end %> <% if self.addremove then -%> <% if self.template_addremove then include(self.template_addremove) else -%>
<% if self.anonymous then -%>
<%- else -%> <% if self.invalid_cts then -%>
<% end %>
<% if self.invalid_cts then -%> <% if self.invalid_str then -%>
<%=translate(self.invalid_str)%>
<%- else -%>
<%:Invalid%>
<%- end %> <%- end %> <%- end %> <%- end %> <%- end %>