% if pylons_context: % for key in sorted(pylons_context.keys()): % endfor
Key Value
${key} ${repr(pylons_context[key])}
% else:

No context information found.

The integrated Pylons application has to be abjusted to make the context object available. It should check for environ['debugtoolbar.wants_pylons_context'] == True and set environ['debugtoolbar.pylons_context'] = tmpl_context._current_obj().

% endif