<% local fs = require "nixio.fs" local path = luci.dispatcher.context.requestpath local mUtl = require "luci.moreUtils" local mod = require "luci.model.tests" local model = mUtl.model_rapid(path[3]) %> <%+header%>

<%=translate("Tests")%> - <%=path[3]%>

<%if authenticated == false or authenticated == nil then %> <%+cbi/login_form%> <%elseif authenticated == true then%>
<%if mod and mod[model] then for dev, t in pairs(mod[model]) do %> <%end%> <%end%>
<%=translate("Action")%>
<%=translate(dev)%> "/> "/>

<%end%> <%+footer%>