<%- local count=0 -%>
<%- local isempty=true for i, k in ipairs(self.serverTable) do section=k isempty=false local
fc=(section.name==self.current) and "fast" or "" local flag_icon=(section.flag ~=nil)
and "flag-icon-" .. section.flag or "flag-icon-un" local switch_enable=(section.switch_enable=="1" )
and "" or "hidden" scope={ valueheader="cbi/cell_valueheader" , valuefooter="cbi/cell_valuefooter" }
-%>
<%=section.type%>
<%=section.alias%>
<%- if self.extedit or self.addremove then -%>
<%- end -%>
<%- end -%>
<%- if isempty then -%>
<%:This section contains no values yet%>
<%- end -%>
<% if self.error then %>
<% for _, c in pairs(self.error) do for _, e in ipairs(c) do -%>
-
<%=pcdata(e):gsub("\n","
")%>
<%- end end %>
<% end %>
<%- if self.addremove then -%>
<% if self.template_addremove then include(self.template_addremove) else -%>
<%- end %>
<%- end -%>