Debug {{ request.environ['CKAN_DEBUG_INFO']|length }}
Debug info:
Controller: {{ c.controller }}
Action: {{ c.action }}
Templates Rendered: {{ request.environ['CKAN_DEBUG_INFO']|length }}
{% for info in request.environ['CKAN_DEBUG_INFO'] %}
Template name: {{ info.template_name }}
Template path: {{ info.template_path }}
Template type: {{ info.template_type }}
Renderer: {{ info.renderer }}
{%- endfor %}