<% if self:cfgvalue(self.section) then section = self.section; cfgs = self:cfgvalue(self.section)%>
<% if self.title and #self.title > 0 then -%> <%=self.title%> <%- end %>
<% local isempty = true for i, val in ipairs(cfgs) do -%> <% local cfg = luci.util.split(val, "|")[1]; local src = luci.util.split(val, "|")[2] -%>
" data-index="<%=i%>" data-depends="[]">
<% write('Source: %s' % {src, src}) %>
<% isempty = false -%> <%- end %>
<% if isempty then i = 1 -%> <%:One or more requred configure is missing!%>

<%- end %> <% if self.description and #self.description > 0 then -%>
<%=self.description%>
<%- end %>
<% if self.invalid_cts then -%>
<%:Invalid%>
<%- end %>

<% self:render_children(section, scope or {}) %>
<% if self.error and self.error[1] then -%>
<%- end %> <% if message then %>
<%=message%>
<% end %>
<% end %>