%inherit file="/webapps/community/base_panels.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%def name="stylesheets()"> ${parent.stylesheets()} ## TODO: Clean up these styles and move into panel_layout.css (they are ## used here and in the editor). %def> <%def name="init()"> <% self.has_left_panel=True self.has_right_panel=False self.active_view="tools" %> %if trans.app.config.require_login and not trans.user: %endif %def> <%def name="left_panel()">