<% local isempty = true for i, val in ipairs(cfgs) do -%>
<% local cfg = luci.util.split(val, "|")[1]; local src = luci.util.split(val, "|")[2] -%>
<% 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 %>