<% if admin_vars then %>
<%:Publicly announced applications running on this network are listed below.%>
<%else%>
<%:Here you can view applications accessible from this node%>.
<% end %>
<% if not admin_vars then
uci = require "luci.model.uci".cursor()
local unauth = uci:get("applications", "settings", "enable_unauth")
if unauth == "1" then%>
<%end%>
<% include ("commotion/apps_display")
else
include ("commotion/apps_admin_display")
end%>
<%+footer%>