<%! from kaithem.src.config import config from kaithem.src import auth,util,notifications,pages,modules,modules_state,theming,devices,persist import quart,socket,base64 %> <%block name="title">${socket.gethostname()|h}</%block> ${notifications.toolbarapi.render("wsapi")} %if not quart.request.args.get("kaithem_disable_header",0):
%if pages.canUserDoThis("view_status"): ${socket.gethostname()|h} %endif %for i in pages.get_bar_plugins(): ${i} %endfor Modules Devices Tags %if auth.authchanged: * %endif %if persist.dirty: * %endif %if persist.unsavedFiles: * %endif Tools %if pages.getAcessingUser() != "__guest__":
%else: Login %endif
%endif