%inherit file="//layout/base.html" /> <%namespace name="lib" file="//lib.html" import="*" /> <%def name="js()"> %def> <%def name="css()"> <%coreCSSFiles = ["/static/css/view.css", "/static/css/skins/default/default.css", '/modules/nav/AccountBar.css', '/static/css/print.css', '/static/css/tb.css'] %> <%lib:stylesheet_tags files="${coreCSSFiles}" /> %def> <%def name="body_element_open()">
%def> % for msgtype, msgs in messages.items(): % for msg in msgs:${msg|h}
% endfor % endfor