{% extends '@WebProfiler/Profiler/base.html.twig' %} {% block body %}
{{ include('@WebProfiler/Profiler/header.html.twig', {profile_type: profile_type}, with_context = false) }}
{% block summary %} {% if profile is defined %} {% set request_collector = profile.collectors.request|default(false) %} {{ include('@WebProfiler/Profiler/_%s_summary.html.twig'|format(profile_type), { profile: profile, command_collector: profile.collectors.command|default(false) , request_collector: request_collector, request: request, token: token }, with_context=false) }} {% endif %} {% endblock %}
{{ include('@WebProfiler/Profiler/base_js.html.twig') }} {% block panel '' %}
{% endblock %}