Available Widgets
<%~loop widgets.available%>
<%~if Type%>
<%include _widget_automated.html%>
<%~else%>
<%include _widget_manual.html%>
<%~endif%>
<%include _widget_pages.html%>
<%~endloop%>
<%~if in.page%>
Selected Widgets
<%if widgets.selected.length%>
<%~set no_links = 1%>
<%~loop widgets.selected%>
<%~if Type%>
<%include _widget_automated.html%>
<%~else%>
<%include _widget_manual.html%>
<%~endif%>
<%include _widget_pages.html%>
<%~endloop%>
<%~else%>
No widget was selected for this page/category
<%~endif%>
<%~endif%>