<%! def inherit( context ): if not context.get('base_tpl'): return '/base_app.html' else: return context.get('base_tpl') %> <%inherit file="${inherit(context)}"/> <%block name="right_content"> % if not is_allow:

${_(u'日志查询功能暂未开放')}

% else:

${_(u'时间')}:
${_(u'环境')}: ${_(u'类型')}: % if language == "python": % else: % endif ${_(u'日志级别')}: % if language == "python": ${_(u'函数名')}: % endif
${_(u'信息')}: ×
% endif