<%# Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%>
<%:Overview%> » <%=luci.i18n.translatef("Instance \"%s\"", self.instance)%> <% if self.mode == "basic" then %> "><%:Switch to advanced configuration »%> <% else %> <%:« Switch to basic configuration%>
<%:Configuration category%>: <% for i, c in ipairs(self.categories) do %> <% if c == self.category then %> <%=translate(c)%> <% else %> "><%=translate(c)%> <% end %> <% if next(self.categories, i) then %>|<% end %> <% end %> <% end %>