%inherit file="/webapps/reports/base_panels.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%def name="init()"> <% self.has_left_panel=True self.has_right_panel=False self.active_view="reports" %> %def> <%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="left_panel()"> <% from datetime import datetime from time import mktime, strftime, localtime %>