<% end %>
<%+cbi/map%>
<%
local task_running = false
local taskd = require "luci.model.tasks"
local status = taskd.status(self.task_id)
task_running = status.running
-%>
<%
if not task_running then
%>
<%
local util = require "luci.util"
local container_status = util.trim(util.exec(self.script_path.." status"))
local container_install = not string.match(container_status, " is not installed$")
local container_running = string.match(string.lower(container_status), "^up .* (seconds|minutes|hours)")
if container_install then
-%>
<%
if container_running then
-%>
<% else %>
<% end
else %>
<% end
else
%>
<%
end
%>
<%+tasks/embed%>
<%
if self.auto_show_task and task_running then
-%>
<%
end
%>