<%- for type_name, apps_of_type in pairs(categories) do catType = type_name -%>
<% include("themes/" .. theme .. "/apps_categories") %>
<%- this_app = {} for i, app in pairs(apps_of_type) do this_app = app if this_app.uuid then this_app.description = this_app.description:gsub(" ","
") if (this_app.approved) then if (this_app.approved == '1') then approved = "approved" else approved = "blacklisted" end else approved = "new" end -%> <% include("themes/" .. theme .. "/apps_apps") %> <%end%> <%end%>
<%end%>